@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class HandleExternalTaskDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_WORKER_ID |
Constructor and Description |
---|
HandleExternalTaskDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getWorkerId()
**Mandatory.** The ID of the worker who is performing the operation on the external task.
|
int |
hashCode() |
void |
setWorkerId(String workerId) |
String |
toString() |
HandleExternalTaskDto |
workerId(String workerId) |
public static final String SERIALIZED_NAME_WORKER_ID
public HandleExternalTaskDto workerId(String workerId)
@Nullable public String getWorkerId()
public void setWorkerId(String workerId)
Copyright © 2022. All rights reserved.