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