Class SchemaLogEntryDto
java.lang.Object
org.camunda.community.rest.client.dto.SchemaLogEntryDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class SchemaLogEntryDto
extends Object
SchemaLogEntryDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()The id of the schema log entry.org.openapitools.jackson.nullable.JsonNullable<String>The date and time of the schema update.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The version of the schema.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetTimestamp(OffsetDateTime timestamp) voidsetTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> timestamp) voidsetVersion(String version) voidsetVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> version) timestamp(OffsetDateTime timestamp) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TIMESTAMP
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
-
Constructor Details
-
SchemaLogEntryDto
public SchemaLogEntryDto()
-
-
Method Details
-
id
-
getId
The id of the schema log entry.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
timestamp
-
getTimestamp
The date and time of the schema update.- Returns:
- timestamp
-
getTimestamp_JsonNullable
-
setTimestamp_JsonNullable
public void setTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> timestamp) -
setTimestamp
-
version
-
getVersion
The version of the schema.- Returns:
- version
-
getVersion_JsonNullable
-
setVersion_JsonNullable
-
setVersion
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-