@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen") public class SchemaVersion extends Object
Constructor and Description |
---|
SchemaVersion() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
@NotNull Date |
getDate()
Timestamp for when a schema version.
|
@NotNull Boolean |
getEnabled()
Set to false if the version of the schema is disabled.
|
@NotNull @Min(value=1L) Integer |
getId()
Server-managed unique ID for the version.
|
@NotNull @Size(max=50) String |
getName()
Client-provided description of a version.
|
@NotNull SchemaState |
getState() |
int |
hashCode() |
void |
setDate(Date date) |
void |
setEnabled(Boolean enabled) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setState(SchemaState state) |
String |
toString() |
@NotNull @Min(value=1L) public @NotNull @Min(value=1L) Integer getId()
public void setId(Integer id)
@NotNull @Size(max=50) public @NotNull @Size(max=50) String getName()
public void setName(String name)
@NotNull public @NotNull Date getDate()
public void setDate(Date date)
@NotNull public @NotNull SchemaState getState()
public void setState(SchemaState state)
@NotNull public @NotNull Boolean getEnabled()
public void setEnabled(Boolean enabled)
Copyright © 2020 Red Hat. All rights reserved.