Class TimerEventTrigger

    • Constructor Detail

      • TimerEventTrigger

        public TimerEventTrigger()
    • Method Detail

      • getId

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

        public void setId​(String id)
      • getIdString

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

        public void setIdString​(String idString)
      • getEventInstanceId

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

        public void setEventInstanceId​(String eventInstanceId)
      • getEventInstanceIdString

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

        public void setEventInstanceIdString​(String eventInstanceIdString)
      • 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​(String executionDate)
      • getEventInstanceName

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

        public void setEventInstanceName​(String eventInstanceName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object