Class RepeatSchedule

java.lang.Object
io.gs2.schedule.model.RepeatSchedule
All Implemented Interfaces:
IModel, Serializable

public class RepeatSchedule extends Object implements IModel, Serializable
See Also:
  • Constructor Details

    • RepeatSchedule

      public RepeatSchedule()
  • Method Details

    • getRepeatCount

      public Integer getRepeatCount()
    • setRepeatCount

      public void setRepeatCount(Integer repeatCount)
    • withRepeatCount

      public RepeatSchedule withRepeatCount(Integer repeatCount)
    • getCurrentRepeatStartAt

      public Long getCurrentRepeatStartAt()
    • setCurrentRepeatStartAt

      public void setCurrentRepeatStartAt(Long currentRepeatStartAt)
    • withCurrentRepeatStartAt

      public RepeatSchedule withCurrentRepeatStartAt(Long currentRepeatStartAt)
    • getCurrentRepeatEndAt

      public Long getCurrentRepeatEndAt()
    • setCurrentRepeatEndAt

      public void setCurrentRepeatEndAt(Long currentRepeatEndAt)
    • withCurrentRepeatEndAt

      public RepeatSchedule withCurrentRepeatEndAt(Long currentRepeatEndAt)
    • getLastRepeatEndAt

      public Long getLastRepeatEndAt()
    • setLastRepeatEndAt

      public void setLastRepeatEndAt(Long lastRepeatEndAt)
    • withLastRepeatEndAt

      public RepeatSchedule withLastRepeatEndAt(Long lastRepeatEndAt)
    • getNextRepeatStartAt

      public Long getNextRepeatStartAt()
    • setNextRepeatStartAt

      public void setNextRepeatStartAt(Long nextRepeatStartAt)
    • withNextRepeatStartAt

      public RepeatSchedule withNextRepeatStartAt(Long nextRepeatStartAt)
    • fromJson

      public static RepeatSchedule fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()
    • hashCode

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

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