org.camunda.bpm.engine.rest.dto
Class HistoryTimeToLiveDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.HistoryTimeToLiveDto

public class HistoryTimeToLiveDto
extends Object

Author:
Svetlana Dorokhova

Constructor Summary
HistoryTimeToLiveDto()
           
HistoryTimeToLiveDto(Integer historyTimeToLive)
           
 
Method Summary
 Integer getHistoryTimeToLive()
           
 void setHistoryTimeToLive(Integer historyTimeToLive)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryTimeToLiveDto

public HistoryTimeToLiveDto()

HistoryTimeToLiveDto

public HistoryTimeToLiveDto(Integer historyTimeToLive)
Method Detail

getHistoryTimeToLive

public Integer getHistoryTimeToLive()

setHistoryTimeToLive

public void setHistoryTimeToLive(Integer historyTimeToLive)


Copyright © 2017 camunda services GmbH. All rights reserved.