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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanNew value for historyTimeToLive field of the definition.org.openapitools.jackson.nullable.JsonNullable<Integer>inthashCode()historyTimeToLive(Integer historyTimeToLive) voidsetHistoryTimeToLive(Integer historyTimeToLive) voidsetHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_HISTORY_TIME_TO_LIVE
- See Also:
-
-
Constructor Details
-
HistoryTimeToLiveDto
public HistoryTimeToLiveDto()
-
-
Method Details
-
historyTimeToLive
-
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
-
setHistoryTimeToLive_JsonNullable
public void setHistoryTimeToLive_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> historyTimeToLive) -
setHistoryTimeToLive
-
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
-