Package io.camunda.client.protocol.rest
Class ElementInstanceResult
java.lang.Object
io.camunda.client.protocol.rest.ElementInstanceResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ElementInstanceResult
extends Object
ElementInstanceResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of element as defined set of values. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelementInstanceKey(String elementInstanceKey) elementName(String elementName) booleanThe element ID for this element instance.The assigned key, which acts as a unique identifier for this element instance.The element name for this element instance.Date when element instance finished.Shows whether this element instance has an incident.Incident key associated with this element instance.The process definition ID associated to this element instance.The process definition key associated to this element instance.The process instance key associated to this element instance.The key of the root process instance.Date when element instance started.getState()State of element instance as defined set of values.The tenant ID of the incident.getType()Type of element as defined set of values.inthashCode()hasIncident(Boolean hasIncident) incidentKey(String incidentKey) processDefinitionId(String processDefinitionId) processDefinitionKey(String processDefinitionKey) processInstanceKey(String processInstanceKey) rootProcessInstanceKey(String rootProcessInstanceKey) voidsetElementId(String elementId) voidsetElementInstanceKey(String elementInstanceKey) voidsetElementName(String elementName) voidsetEndDate(String endDate) voidsetHasIncident(Boolean hasIncident) voidsetIncidentKey(String incidentKey) voidsetProcessDefinitionId(String processDefinitionId) voidsetProcessDefinitionKey(String processDefinitionKey) voidsetProcessInstanceKey(String processInstanceKey) voidsetRootProcessInstanceKey(String rootProcessInstanceKey) voidsetStartDate(String startDate) voidsetState(ElementInstanceStateEnum state) voidsetTenantId(String tenantId) voidstate(ElementInstanceStateEnum state) toString()
-
Field Details
-
JSON_PROPERTY_PROCESS_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_ELEMENT_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_HAS_INCIDENT
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_ELEMENT_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_ROOT_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_INCIDENT_KEY
- See Also:
-
-
Constructor Details
-
ElementInstanceResult
public ElementInstanceResult()
-
-
Method Details
-
processDefinitionId
-
getProcessDefinitionId
The process definition ID associated to this element instance.- Returns:
- processDefinitionId
-
setProcessDefinitionId
-
startDate
-
getStartDate
Date when element instance started.- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
Date when element instance finished.- Returns:
- endDate
-
setEndDate
-
elementId
-
getElementId
The element ID for this element instance.- Returns:
- elementId
-
setElementId
-
elementName
-
getElementName
The element name for this element instance.- Returns:
- elementName
-
setElementName
-
type
-
getType
Type of element as defined set of values.- Returns:
- type
-
setType
-
state
-
getState
State of element instance as defined set of values.- Returns:
- state
-
setState
-
hasIncident
-
getHasIncident
Shows whether this element instance has an incident. If true also an incidentKey is provided.- Returns:
- hasIncident
-
setHasIncident
-
tenantId
-
getTenantId
The tenant ID of the incident.- Returns:
- tenantId
-
setTenantId
-
elementInstanceKey
-
getElementInstanceKey
The assigned key, which acts as a unique identifier for this element instance.- Returns:
- elementInstanceKey
-
setElementInstanceKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key associated to this element instance.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
rootProcessInstanceKey
-
getRootProcessInstanceKey
The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.- Returns:
- rootProcessInstanceKey
-
setRootProcessInstanceKey
-
processDefinitionKey
-
getProcessDefinitionKey
The process definition key associated to this element instance.- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
incidentKey
-
getIncidentKey
Incident key associated with this element instance.- Returns:
- incidentKey
-
setIncidentKey
-
equals
-
hashCode
public int hashCode() -
toString
-