Class RetriesDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.runtime.RetriesDto
-
- Direct Known Subclasses:
SetJobRetriesDto
public class RetriesDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Date
dueDate
protected boolean
dueDateSet
protected Integer
retries
-
Constructor Summary
Constructors Constructor Description RetriesDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDueDate()
Integer
getRetries()
boolean
isDueDateSet()
void
setDueDate(Date dueDate)
void
setRetries(Integer retries)
-