Class HistoryTimeToLiveDto

java.lang.Object
org.camunda.community.rest.client.dto.HistoryTimeToLiveDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class HistoryTimeToLiveDto extends Object
HistoryTimeToLiveDto
  • Field Details

  • Constructor Details

    • HistoryTimeToLiveDto

      public HistoryTimeToLiveDto()
  • Method Details

    • historyTimeToLive

      public HistoryTimeToLiveDto historyTimeToLive(Integer historyTimeToLive)
    • getHistoryTimeToLive

      @Nullable public Integer getHistoryTimeToLive()
      New value for historyTimeToLive field of the definition. Can be `null` if `enforceHistoryTimeToLive` is configured to `false`. Cannot be negative. minimum: 0
      Returns:
      historyTimeToLive
    • getHistoryTimeToLive_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<Integer> getHistoryTimeToLive_JsonNullable()
    • setHistoryTimeToLive_JsonNullable

      public void setHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive)
    • setHistoryTimeToLive

      public void setHistoryTimeToLive(Integer historyTimeToLive)
    • 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