Package org.openapitools.client.model
Class ExtendLockOnExternalTaskDtoAllOf
- java.lang.Object
-
- org.openapitools.client.model.ExtendLockOnExternalTaskDtoAllOf
-
public class ExtendLockOnExternalTaskDtoAllOf extends Object
ExtendLockOnExternalTaskDtoAllOf
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NEW_DURATION
-
Constructor Summary
Constructors Constructor Description ExtendLockOnExternalTaskDtoAllOf()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetNewDuration()An amount of time (in milliseconds).inthashCode()ExtendLockOnExternalTaskDtoAllOfnewDuration(Long newDuration)voidsetNewDuration(Long newDuration)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_NEW_DURATION
public static final String SERIALIZED_NAME_NEW_DURATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
newDuration
public ExtendLockOnExternalTaskDtoAllOf newDuration(Long newDuration)
-
getNewDuration
public Long getNewDuration()
An amount of time (in milliseconds). This is the new lock duration starting from the current moment.- Returns:
- newDuration
-
setNewDuration
public void setNewDuration(Long newDuration)
-
-