Package org.openapitools.client.model
Class HandleExternalTaskDto
- java.lang.Object
-
- org.openapitools.client.model.HandleExternalTaskDto
-
public class HandleExternalTaskDto extends Object
HandleExternalTaskDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_WORKER_ID
-
Constructor Summary
Constructors Constructor Description HandleExternalTaskDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetWorkerId()**Mandatory.** The ID of the worker who is performing the operation on the external task.inthashCode()voidsetWorkerId(String workerId)StringtoString()HandleExternalTaskDtoworkerId(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 HandleExternalTaskDto workerId(String workerId)
-
getWorkerId
public String getWorkerId()
**Mandatory.** The ID of the worker who is performing the operation on the external task. If the task is already locked, must match the id of the worker who has most recently locked the task.- Returns:
- workerId
-
setWorkerId
public void setWorkerId(String workerId)
-
-