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 Details

  • Constructor Details

    • SchemaLogEntryDto

      public SchemaLogEntryDto()
  • Method Details

    • id

      public SchemaLogEntryDto id(String id)
    • getId

      @Nullable public String getId()
      The id of the schema log entry.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • timestamp

      public SchemaLogEntryDto timestamp(OffsetDateTime timestamp)
    • getTimestamp

      @Nullable public OffsetDateTime getTimestamp()
      The date and time of the schema update.
      Returns:
      timestamp
    • getTimestamp_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getTimestamp_JsonNullable()
    • setTimestamp_JsonNullable

      public void setTimestamp_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> timestamp)
    • setTimestamp

      public void setTimestamp(OffsetDateTime timestamp)
    • version

      public SchemaLogEntryDto version(String version)
    • getVersion

      @Nullable public String getVersion()
      The version of the schema.
      Returns:
      version
    • getVersion_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getVersion_JsonNullable()
    • setVersion_JsonNullable

      public void setVersion_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> version)
    • setVersion

      public void setVersion(String version)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string