public class ProcessInstanceDto extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | businessKey | 
| protected String | id | 
| protected List<IncidentStatisticsDto> | incidents | 
| protected Date | startTime | 
| protected int | suspensionState | 
| Constructor and Description | 
|---|
| ProcessInstanceDto() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBusinessKey() | 
| String | getId() | 
| List<IncidentStatisticsDto> | getIncidents() | 
| Date | getStartTime() | 
| boolean | isSuspended() | 
| void | setBusinessKey(String businessKey) | 
| void | setId(String id) | 
| void | setIncidents(List<IncidentStatisticsDto> incidents) | 
| void | setStartTime(Date startTime) | 
| protected void | setSuspensionState(int state) | 
protected String id
protected String businessKey
protected Date startTime
protected List<IncidentStatisticsDto> incidents
protected int suspensionState
public String getId()
public void setId(String id)
public String getBusinessKey()
public void setBusinessKey(String businessKey)
public Date getStartTime()
public void setStartTime(Date startTime)
public List<IncidentStatisticsDto> getIncidents()
public void setIncidents(List<IncidentStatisticsDto> incidents)
public boolean isSuspended()
protected void setSuspensionState(int state)
Copyright © 2018. All rights reserved.