Package org.bonitasoft.web.client.model
Class TimerEventTrigger
java.lang.Object
org.bonitasoft.web.client.model.TimerEventTrigger
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class TimerEventTrigger
extends Object
implements Serializable
BPM timer event triggers
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaneventInstanceId(String eventInstanceId) eventInstanceIdString(String eventInstanceIdString) eventInstanceName(String eventInstanceName) executionDate(String executionDate) the ID of the event instance to which this trigger is relatedthe ID of the event instance to which this trigger is relatedthe name of the event instance to which this trigger is relatedthe long value of the next execution date (number of milliseconds from January 1st, 1970 00:00:00)getId()the ID of the timer returnedthe ID of the timer returnedinthashCode()voidsetEventInstanceId(String eventInstanceId) voidsetEventInstanceIdString(String eventInstanceIdString) voidsetEventInstanceName(String eventInstanceName) voidsetExecutionDate(String executionDate) voidvoidsetIdString(String idString) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_ID_STRING
- See Also:
-
JSON_PROPERTY_EVENT_INSTANCE_ID
- See Also:
-
JSON_PROPERTY_EVENT_INSTANCE_ID_STRING
- See Also:
-
JSON_PROPERTY_EXECUTION_DATE
- See Also:
-
JSON_PROPERTY_EVENT_INSTANCE_NAME
- See Also:
-
-
Constructor Details
-
TimerEventTrigger
public TimerEventTrigger()
-
-
Method Details
-
id
-
getId
the ID of the timer returned- Returns:
- id
-
setId
-
idString
-
getIdString
the ID of the timer returned- Returns:
- idString
-
setIdString
-
eventInstanceId
-
getEventInstanceId
the ID of the event instance to which this trigger is related- Returns:
- eventInstanceId
-
setEventInstanceId
-
eventInstanceIdString
-
getEventInstanceIdString
the ID of the event instance to which this trigger is related- Returns:
- eventInstanceIdString
-
setEventInstanceIdString
-
executionDate
-
getExecutionDate
the long value of the next execution date (number of milliseconds from January 1st, 1970 00:00:00)- Returns:
- executionDate
-
setExecutionDate
-
eventInstanceName
-
getEventInstanceName
the name of the event instance to which this trigger is related- Returns:
- eventInstanceName
-
setEventInstanceName
-
equals
-
hashCode
public int hashCode() -
toString
-