org.camunda.bpm.engine.rest.dto.runtime
Class SetJobRetriesDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.SetJobRetriesDto
public class SetJobRetriesDto
- extends Object
- Author:
- Askar Akhmerov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobIds
protected List<String> jobIds
jobQuery
protected JobQueryDto jobQuery
retries
protected Integer retries
SetJobRetriesDto
public SetJobRetriesDto()
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.