@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class SchemaInfo extends Object
Constructor and Description |
---|
SchemaInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NotNull Boolean |
getEnabled()
Set to false if the schema is disabled.
|
@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() |
@NotNull List<SchemaVersion> |
getVersions() |
int |
hashCode() |
void |
setEnabled(Boolean enabled) |
void |
setId(String id) |
void |
setName(String name) |
void |
setState(SchemaState state) |
void |
setVersions(List<SchemaVersion> versions) |
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 getEnabled()
public void setEnabled(Boolean enabled)
@NotNull public @NotNull List<SchemaVersion> getVersions()
public void setVersions(List<SchemaVersion> versions)
Copyright © 2020 Red Hat. All rights reserved.