Package org.openapitools.client.model
Class HistoryTimeToLiveDto
- java.lang.Object
-
- org.openapitools.client.model.HistoryTimeToLiveDto
-
public class HistoryTimeToLiveDto extends Object
HistoryTimeToLiveDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_HISTORY_TIME_TO_LIVE
-
Constructor Summary
Constructors Constructor Description HistoryTimeToLiveDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetHistoryTimeToLive()New value for historyTimeToLive field of the definition.inthashCode()HistoryTimeToLiveDtohistoryTimeToLive(Integer historyTimeToLive)voidsetHistoryTimeToLive(Integer historyTimeToLive)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
public static final String SERIALIZED_NAME_HISTORY_TIME_TO_LIVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
historyTimeToLive
public HistoryTimeToLiveDto historyTimeToLive(Integer historyTimeToLive)
-
getHistoryTimeToLive
public Integer getHistoryTimeToLive()
New value for historyTimeToLive field of the definition. Can be `null`. Can not be negative. minimum: 0- Returns:
- historyTimeToLive
-
setHistoryTimeToLive
public void setHistoryTimeToLive(Integer historyTimeToLive)
-
-