Package org.bonitasoft.web.client.model
Class TimerEventTriggerUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.TimerEventTriggerUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TimerEventTriggerUpdateRequest extends Object implements Serializable
TimerEventTriggerUpdateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EXECUTION_DATE
-
Constructor Summary
Constructors Constructor Description TimerEventTriggerUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TimerEventTriggerUpdateRequestexecutionDate(Long executionDate)LonggetExecutionDate()executionDate of the TimerEventTriggerinthashCode()voidsetExecutionDate(Long executionDate)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_EXECUTION_DATE
public static final String JSON_PROPERTY_EXECUTION_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
executionDate
public TimerEventTriggerUpdateRequest executionDate(Long executionDate)
-
getExecutionDate
@Nullable public Long getExecutionDate()
executionDate of the TimerEventTrigger- Returns:
- executionDate
-
setExecutionDate
public void setExecutionDate(Long executionDate)
-
-