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