@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class SchemaSummary extends Object
Constructor and Description |
---|
SchemaSummary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NotNull String |
getId()
Lower-case URL-encoded version of the schema name.
|
@NotNull @Size(min=1,max=100) String |
getName()
User-provided name for a schema.
|
@NotNull SchemaState |
getState() |
int |
hashCode() |
@NotNull boolean |
isEnabled()
Set to false if the schema is disabled.
|
void |
setEnabled(boolean enabled) |
void |
setId(String id) |
void |
setName(String name) |
void |
setState(SchemaState state) |
protected String |
toIndentedString(Object o)
Convert the given object to string with each line indented by 4 spaces
(except the first line).
|
String |
toString() |
@NotNull public @NotNull String getId()
public void setId(String id)
@NotNull @Size(min=1, max=100) public @NotNull @Size(min=1,max=100) String getName()
public void setName(String name)
@NotNull public @NotNull SchemaState getState()
public void setState(SchemaState state)
@NotNull public @NotNull boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2020 Red Hat. All rights reserved.