@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class SchemaState extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SchemaState.StateEnum
If the schema state is 'deprecated', all the schema version states are 'deprecated'.
|
Constructor and Description |
---|
SchemaState() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@Size(max=300) String |
getComment()
User-provided string to explain why a schema is deprecated.
|
@NotNull SchemaState.StateEnum |
getState()
If the schema state is 'deprecated', all the schema version states are 'deprecated'.
|
int |
hashCode() |
void |
setComment(String comment) |
void |
setState(SchemaState.StateEnum state) |
String |
toString() |
@NotNull public @NotNull SchemaState.StateEnum getState()
public void setState(SchemaState.StateEnum state)
@Size(max=300) public @Size(max=300) String getComment()
public void setComment(String comment)
Copyright © 2020 Red Hat. All rights reserved.