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 Details

  • Constructor Details

    • TimerEventTrigger

      public TimerEventTrigger()
  • Method Details

    • id

      public TimerEventTrigger id(@Nullable String id)
    • getId

      @Nullable public String getId()
      the ID of the timer returned
      Returns:
      id
    • setId

      public void setId(@Nullable String id)
    • idString

      public TimerEventTrigger idString(@Nullable String idString)
    • getIdString

      @Nullable public String getIdString()
      the ID of the timer returned
      Returns:
      idString
    • setIdString

      public void setIdString(@Nullable String idString)
    • eventInstanceId

      public TimerEventTrigger eventInstanceId(@Nullable String eventInstanceId)
    • getEventInstanceId

      @Nullable public String getEventInstanceId()
      the ID of the event instance to which this trigger is related
      Returns:
      eventInstanceId
    • setEventInstanceId

      public void setEventInstanceId(@Nullable String eventInstanceId)
    • eventInstanceIdString

      public TimerEventTrigger eventInstanceIdString(@Nullable String eventInstanceIdString)
    • getEventInstanceIdString

      @Nullable public String getEventInstanceIdString()
      the ID of the event instance to which this trigger is related
      Returns:
      eventInstanceIdString
    • setEventInstanceIdString

      public void setEventInstanceIdString(@Nullable String eventInstanceIdString)
    • executionDate

      public TimerEventTrigger executionDate(@Nullable String executionDate)
    • getExecutionDate

      @Nullable public String getExecutionDate()
      the long value of the next execution date (number of milliseconds from January 1st, 1970 00:00:00)
      Returns:
      executionDate
    • setExecutionDate

      public void setExecutionDate(@Nullable String executionDate)
    • eventInstanceName

      public TimerEventTrigger eventInstanceName(@Nullable String eventInstanceName)
    • getEventInstanceName

      @Nullable public String getEventInstanceName()
      the name of the event instance to which this trigger is related
      Returns:
      eventInstanceName
    • setEventInstanceName

      public void setEventInstanceName(@Nullable String eventInstanceName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object