Package org.camunda.bpm.engine.rest.dto
Class HistoryTimeToLiveDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.HistoryTimeToLiveDto
-
public class HistoryTimeToLiveDto extends java.lang.Object
- Author:
- Svetlana Dorokhova
-
-
Constructor Summary
Constructors Constructor Description HistoryTimeToLiveDto()
HistoryTimeToLiveDto(java.lang.Integer historyTimeToLive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getHistoryTimeToLive()
void
setHistoryTimeToLive(java.lang.Integer historyTimeToLive)
-