Class RepeatSetting

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

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

    • RepeatSetting

      public RepeatSetting()
  • Method Details

    • getRepeatType

      public String getRepeatType()
    • setRepeatType

      public void setRepeatType(String repeatType)
    • withRepeatType

      public RepeatSetting withRepeatType(String repeatType)
    • getBeginDayOfMonth

      public Integer getBeginDayOfMonth()
    • setBeginDayOfMonth

      public void setBeginDayOfMonth(Integer beginDayOfMonth)
    • withBeginDayOfMonth

      public RepeatSetting withBeginDayOfMonth(Integer beginDayOfMonth)
    • getEndDayOfMonth

      public Integer getEndDayOfMonth()
    • setEndDayOfMonth

      public void setEndDayOfMonth(Integer endDayOfMonth)
    • withEndDayOfMonth

      public RepeatSetting withEndDayOfMonth(Integer endDayOfMonth)
    • getBeginDayOfWeek

      public String getBeginDayOfWeek()
    • setBeginDayOfWeek

      public void setBeginDayOfWeek(String beginDayOfWeek)
    • withBeginDayOfWeek

      public RepeatSetting withBeginDayOfWeek(String beginDayOfWeek)
    • getEndDayOfWeek

      public String getEndDayOfWeek()
    • setEndDayOfWeek

      public void setEndDayOfWeek(String endDayOfWeek)
    • withEndDayOfWeek

      public RepeatSetting withEndDayOfWeek(String endDayOfWeek)
    • getBeginHour

      public Integer getBeginHour()
    • setBeginHour

      public void setBeginHour(Integer beginHour)
    • withBeginHour

      public RepeatSetting withBeginHour(Integer beginHour)
    • getEndHour

      public Integer getEndHour()
    • setEndHour

      public void setEndHour(Integer endHour)
    • withEndHour

      public RepeatSetting withEndHour(Integer endHour)
    • fromJson

      public static RepeatSetting 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