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

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

public class SetJobRetriesDto
extends Object

Author:
Askar Akhmerov

Field Summary
protected  List<String> jobIds
           
protected  JobQueryDto jobQuery
           
protected  Integer retries
           
 
Constructor Summary
SetJobRetriesDto()
           
 
Method Summary
 List<String> getJobIds()
           
 JobQueryDto getJobQuery()
           
 Integer getRetries()
           
 void setJobIds(List<String> jobIds)
           
 void setJobQuery(JobQueryDto jobQuery)
           
 void setRetries(Integer retries)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobIds

protected List<String> jobIds

jobQuery

protected JobQueryDto jobQuery

retries

protected Integer retries
Constructor Detail

SetJobRetriesDto

public SetJobRetriesDto()
Method Detail

getJobIds

public List<String> getJobIds()

setJobIds

public void setJobIds(List<String> jobIds)

getJobQuery

public JobQueryDto getJobQuery()

setJobQuery

public void setJobQuery(JobQueryDto jobQuery)

getRetries

public Integer getRetries()

setRetries

public void setRetries(Integer retries)


Copyright © 2016 camunda services GmbH. All rights reserved.