Package io.gs2.schedule.model
Class RepeatSetting
java.lang.Object
io.gs2.schedule.model.RepeatSetting
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RepeatSettingfromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetBeginDayOfMonth(Integer beginDayOfMonth) voidsetBeginDayOfWeek(String beginDayOfWeek) voidsetBeginHour(Integer beginHour) voidsetEndDayOfMonth(Integer endDayOfMonth) voidsetEndDayOfWeek(String endDayOfWeek) voidsetEndHour(Integer endHour) voidsetRepeatType(String repeatType) com.fasterxml.jackson.databind.JsonNodetoJson()withBeginDayOfMonth(Integer beginDayOfMonth) withBeginDayOfWeek(String beginDayOfWeek) withBeginHour(Integer beginHour) withEndDayOfMonth(Integer endDayOfMonth) withEndDayOfWeek(String endDayOfWeek) withEndHour(Integer endHour) withRepeatType(String repeatType)
-
Constructor Details
-
RepeatSetting
public RepeatSetting()
-
-
Method Details
-
getRepeatType
-
setRepeatType
-
withRepeatType
-
getBeginDayOfMonth
-
setBeginDayOfMonth
-
withBeginDayOfMonth
-
getEndDayOfMonth
-
setEndDayOfMonth
-
withEndDayOfMonth
-
getBeginDayOfWeek
-
setBeginDayOfWeek
-
withBeginDayOfWeek
-
getEndDayOfWeek
-
setEndDayOfWeek
-
withEndDayOfWeek
-
getBeginHour
-
setBeginHour
-
withBeginHour
-
getEndHour
-
setEndHour
-
withEndHour
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-