@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class SchemaLogEntryDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_TIMESTAMP |
static String |
SERIALIZED_NAME_VERSION |
Constructor and Description |
---|
SchemaLogEntryDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
The id of the schema log entry.
|
Date |
getTimestamp()
The date and time of the schema update.
|
String |
getVersion()
The version of the schema.
|
int |
hashCode() |
SchemaLogEntryDto |
id(String id) |
void |
setId(String id) |
void |
setTimestamp(Date timestamp) |
void |
setVersion(String version) |
SchemaLogEntryDto |
timestamp(Date timestamp) |
String |
toString() |
SchemaLogEntryDto |
version(String version) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_VERSION
public SchemaLogEntryDto id(String id)
public void setId(String id)
public SchemaLogEntryDto timestamp(Date timestamp)
@Nullable public Date getTimestamp()
public void setTimestamp(Date timestamp)
public SchemaLogEntryDto version(String version)
public void setVersion(String version)
Copyright © 2022. All rights reserved.