org.camunda.bpm.engine.rest.dto.runtime
Class RetriesDto

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

public class RetriesDto
extends Object


Constructor Summary
RetriesDto()
           
 
Method Summary
 int getRetries()
           
 void setRetries(int retries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetriesDto

public RetriesDto()
Method Detail

getRetries

public int getRetries()

setRetries

public void setRetries(int retries)


Copyright © 2016 camunda services GmbH. All rights reserved.