@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-27T12:13:44.667+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()
The ID of a worker who is locking 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_WORKER_ID
public static final String SERIALIZED_NAME_NEW_DURATION
public ExtendLockOnExternalTaskDto workerId(String workerId)
@Nullable public String getWorkerId()
public void setWorkerId(String workerId)
public ExtendLockOnExternalTaskDto newDuration(Long newDuration)
@Nullable public Long getNewDuration()
public void setNewDuration(Long newDuration)
Copyright © 2022. All rights reserved.