Package io.camunda.client.protocol.rest
Class ElementInstanceWaitStateResult
java.lang.Object
io.camunda.client.protocol.rest.ElementInstanceWaitStateResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ElementInstanceWaitStateResult
extends Object
An element instance waiting state.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbpmnProcessId(String bpmnProcessId) details(WaitStateDetails details) elementInstanceKey(String elementInstanceKey) elementType(WaitStateElementTypeEnum elementType) booleanThe BPMN process ID of the process definition associated to this element instance.Wait-state-specific details, resolved by waitStateType.The element ID for this element instance.The element instance key associated to this element instance.The BPMN element type of this element instance.The process instance key associated to this element instance.Key of the root process instance.The tenant ID of the element instance.inthashCode()processInstanceKey(String processInstanceKey) rootProcessInstanceKey(String rootProcessInstanceKey) voidsetBpmnProcessId(String bpmnProcessId) voidsetDetails(WaitStateDetails details) voidsetElementId(String elementId) voidsetElementInstanceKey(String elementInstanceKey) voidsetElementType(WaitStateElementTypeEnum elementType) voidsetProcessInstanceKey(String processInstanceKey) voidsetRootProcessInstanceKey(String rootProcessInstanceKey) voidsetTenantId(String tenantId) toString()
-
Field Details
-
JSON_PROPERTY_ROOT_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_ELEMENT_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_ELEMENT_ID
- See Also:
-
JSON_PROPERTY_ELEMENT_TYPE
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_BPMN_PROCESS_ID
- See Also:
-
JSON_PROPERTY_DETAILS
- See Also:
-
-
Constructor Details
-
ElementInstanceWaitStateResult
public ElementInstanceWaitStateResult()
-
-
Method Details
-
rootProcessInstanceKey
public ElementInstanceWaitStateResult rootProcessInstanceKey(@Nullable String rootProcessInstanceKey) -
getRootProcessInstanceKey
Key of the root process instance.- Returns:
- rootProcessInstanceKey
-
setRootProcessInstanceKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key associated to this element instance.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
elementInstanceKey
-
getElementInstanceKey
The element instance key associated to this element instance.- Returns:
- elementInstanceKey
-
setElementInstanceKey
-
elementId
-
getElementId
The element ID for this element instance.- Returns:
- elementId
-
setElementId
-
elementType
-
getElementType
The BPMN element type of this element instance.- Returns:
- elementType
-
setElementType
-
tenantId
-
getTenantId
The tenant ID of the element instance.- Returns:
- tenantId
-
setTenantId
-
bpmnProcessId
-
getBpmnProcessId
The BPMN process ID of the process definition associated to this element instance.- Returns:
- bpmnProcessId
-
setBpmnProcessId
-
details
-
getDetails
Wait-state-specific details, resolved by waitStateType.- Returns:
- details
-
setDetails
-
equals
-
hashCode
public int hashCode() -
toString
-