Package org.bonitasoft.web.client.model
Class TimerEventTriggerUpdateResponse
- java.lang.Object
-
- org.bonitasoft.web.client.model.TimerEventTriggerUpdateResponse
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class TimerEventTriggerUpdateResponse extends Object implements Serializable
TimerEventTriggerUpdateResponse- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_EXECUTION_DATE
-
Constructor Summary
Constructors Constructor Description TimerEventTriggerUpdateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)TimerEventTriggerUpdateResponseexecutionDate(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 TimerEventTriggerUpdateResponse executionDate(Long executionDate)
-
getExecutionDate
@Nullable public Long getExecutionDate()
executionDate of the TimerEventTrigger- Returns:
- executionDate
-
setExecutionDate
public void setExecutionDate(Long executionDate)
-
-