Package org.openapitools.client.model
Class SchemaLogEntryDto
- java.lang.Object
-
- org.openapitools.client.model.SchemaLogEntryDto
-
public class SchemaLogEntryDto extends Object
SchemaLogEntryDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_TIMESTAMPstatic StringSERIALIZED_NAME_VERSION
-
Constructor Summary
Constructors Constructor Description SchemaLogEntryDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()The id of the schema log entry.DategetTimestamp()The date and time of the schema update.StringgetVersion()The version of the schema.inthashCode()SchemaLogEntryDtoid(String id)voidsetId(String id)voidsetTimestamp(Date timestamp)voidsetVersion(String version)SchemaLogEntryDtotimestamp(Date timestamp)StringtoString()SchemaLogEntryDtoversion(String version)
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TIMESTAMP
public static final String SERIALIZED_NAME_TIMESTAMP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public SchemaLogEntryDto id(String id)
-
getId
public String getId()
The id of the schema log entry.- Returns:
- id
-
setId
public void setId(String id)
-
timestamp
public SchemaLogEntryDto timestamp(Date timestamp)
-
getTimestamp
public Date getTimestamp()
The date and time of the schema update.- Returns:
- timestamp
-
setTimestamp
public void setTimestamp(Date timestamp)
-
version
public SchemaLogEntryDto version(String version)
-
getVersion
public String getVersion()
The version of the schema.- Returns:
- version
-
setVersion
public void setVersion(String version)
-
-