Class ProcessInstanceItem
java.lang.Object
io.camunda.zeebe.client.protocol.rest.ProcessInstanceItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-06T18:09:40.135994915Z[GMT]",
comments="Generator version: 7.7.0")
public class ProcessInstanceItem
extends Object
ProcessInstanceItem
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbpmnProcessId(String bpmnProcessId) booleanGet bpmnProcessIdGet endDategetKey()Get keyGet parentFlowNodeInstanceKeyGet parentKeyGet processDefinitionKeyGet processVersionGet startDateGet tenantIdinthashCode()parentFlowNodeInstanceKey(Long parentFlowNodeInstanceKey) processDefinitionKey(Long processDefinitionKey) processVersion(Integer processVersion) voidsetBpmnProcessId(String bpmnProcessId) voidsetEndDate(String endDate) voidvoidsetParentFlowNodeInstanceKey(Long parentFlowNodeInstanceKey) voidsetParentKey(Long parentKey) voidsetProcessDefinitionKey(Long processDefinitionKey) voidsetProcessVersion(Integer processVersion) voidsetStartDate(String startDate) voidsetTenantId(String tenantId) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_DEFINITION_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_VERSION
- See Also:
-
JSON_PROPERTY_BPMN_PROCESS_ID
- See Also:
-
JSON_PROPERTY_PARENT_KEY
- See Also:
-
JSON_PROPERTY_PARENT_FLOW_NODE_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
-
Constructor Details
-
ProcessInstanceItem
public ProcessInstanceItem()
-
-
Method Details
-
tenantId
-
getTenantId
Get tenantId- Returns:
- tenantId
-
setTenantId
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
processDefinitionKey
-
getProcessDefinitionKey
Get processDefinitionKey- Returns:
- processDefinitionKey
-
setProcessDefinitionKey
-
processVersion
-
getProcessVersion
Get processVersion- Returns:
- processVersion
-
setProcessVersion
-
bpmnProcessId
-
getBpmnProcessId
Get bpmnProcessId- Returns:
- bpmnProcessId
-
setBpmnProcessId
-
parentKey
-
getParentKey
Get parentKey- Returns:
- parentKey
-
setParentKey
-
parentFlowNodeInstanceKey
-
getParentFlowNodeInstanceKey
Get parentFlowNodeInstanceKey- Returns:
- parentFlowNodeInstanceKey
-
setParentFlowNodeInstanceKey
-
startDate
-
getStartDate
Get startDate- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
Get endDate- Returns:
- endDate
-
setEndDate
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-