Package org.openapitools.client.model
Class ExternalTaskBpmnErrorAllOf
- java.lang.Object
-
- org.openapitools.client.model.ExternalTaskBpmnErrorAllOf
-
public class ExternalTaskBpmnErrorAllOf extends Object
ExternalTaskBpmnErrorAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_WORKER_ID
-
Constructor Summary
Constructors Constructor Description ExternalTaskBpmnErrorAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetWorkerId()The id of the worker that reports the failure.inthashCode()voidsetWorkerId(String workerId)StringtoString()ExternalTaskBpmnErrorAllOfworkerId(String workerId)
-
-
-
Field Detail
-
SERIALIZED_NAME_WORKER_ID
public static final String SERIALIZED_NAME_WORKER_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
workerId
public ExternalTaskBpmnErrorAllOf workerId(String workerId)
-
getWorkerId
public String getWorkerId()
The id of the worker that reports the failure. Must match the id of the worker who has most recently locked the task.- Returns:
- workerId
-
setWorkerId
public void setWorkerId(String workerId)
-
-