Class ZeebeIncidentDataDto
java.lang.Object
io.camunda.optimize.dto.zeebe.incident.ZeebeIncidentDataDto
- All Implemented Interfaces:
JsonSerializable,RecordValue,IncidentRecordValue,ProcessInstanceRelated,TenantOwned
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.camunda.zeebe.protocol.record.value.TenantOwned
DEFAULT_TENANT_IDENTIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanlonglonglonglonglonginthashCode()voidsetBpmnProcessId(String bpmnProcessId) voidsetElementId(String elementId) voidsetElementInstanceKey(long elementInstanceKey) voidsetErrorMessage(String errorMessage) voidsetErrorType(ErrorType errorType) voidsetJobKey(long jobKey) voidsetProcessDefinitionKey(long processDefinitionKey) voidsetProcessInstanceKey(long processInstanceKey) voidsetTenantId(String tenantId) voidsetVariableScopeKey(long variableScopeKey) toJson()toString()
-
Constructor Details
-
ZeebeIncidentDataDto
public ZeebeIncidentDataDto()
-
-
Method Details
-
toJson
- Specified by:
toJsonin interfaceJsonSerializable
-
getTenantId
- Specified by:
getTenantIdin interfaceTenantOwned
-
getElementInstancePath
- Specified by:
getElementInstancePathin interfaceIncidentRecordValue
-
getProcessDefinitionPath
- Specified by:
getProcessDefinitionPathin interfaceIncidentRecordValue
-
getCallingElementPath
- Specified by:
getCallingElementPathin interfaceIncidentRecordValue
-
getErrorMessage
- Specified by:
getErrorMessagein interfaceIncidentRecordValue
-
getBpmnProcessId
- Specified by:
getBpmnProcessIdin interfaceIncidentRecordValue
-
getElementId
- Specified by:
getElementIdin interfaceIncidentRecordValue
-
getElementInstanceKey
public long getElementInstanceKey()- Specified by:
getElementInstanceKeyin interfaceIncidentRecordValue
-
getProcessInstanceKey
public long getProcessInstanceKey()- Specified by:
getProcessInstanceKeyin interfaceIncidentRecordValue- Specified by:
getProcessInstanceKeyin interfaceProcessInstanceRelated
-
getProcessDefinitionKey
public long getProcessDefinitionKey()- Specified by:
getProcessDefinitionKeyin interfaceIncidentRecordValue
-
getJobKey
public long getJobKey()- Specified by:
getJobKeyin interfaceIncidentRecordValue
-
getErrorType
- Specified by:
getErrorTypein interfaceIncidentRecordValue
-
getVariableScopeKey
public long getVariableScopeKey()- Specified by:
getVariableScopeKeyin interfaceIncidentRecordValue
-
setErrorMessage
-
setBpmnProcessId
-
setElementId
-
setElementInstanceKey
public void setElementInstanceKey(long elementInstanceKey) -
setProcessInstanceKey
public void setProcessInstanceKey(long processInstanceKey) -
setProcessDefinitionKey
public void setProcessDefinitionKey(long processDefinitionKey) -
setJobKey
public void setJobKey(long jobKey) -
setErrorType
-
setVariableScopeKey
public void setVariableScopeKey(long variableScopeKey) -
setTenantId
-
toString
-
equals
-
canEqual
-
hashCode
public int hashCode()
-