Package io.gs2.schedule.model
Class RepeatSchedule
java.lang.Object
io.gs2.schedule.model.RepeatSchedule
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic RepeatSchedulefromJson(com.fasterxml.jackson.databind.JsonNode data) inthashCode()voidsetCurrentRepeatEndAt(Long currentRepeatEndAt) voidsetCurrentRepeatStartAt(Long currentRepeatStartAt) voidsetLastRepeatEndAt(Long lastRepeatEndAt) voidsetNextRepeatStartAt(Long nextRepeatStartAt) voidsetRepeatCount(Integer repeatCount) com.fasterxml.jackson.databind.JsonNodetoJson()withCurrentRepeatEndAt(Long currentRepeatEndAt) withCurrentRepeatStartAt(Long currentRepeatStartAt) withLastRepeatEndAt(Long lastRepeatEndAt) withNextRepeatStartAt(Long nextRepeatStartAt) withRepeatCount(Integer repeatCount)
-
Constructor Details
-
RepeatSchedule
public RepeatSchedule()
-
-
Method Details
-
getRepeatCount
-
setRepeatCount
-
withRepeatCount
-
getCurrentRepeatStartAt
-
setCurrentRepeatStartAt
-
withCurrentRepeatStartAt
-
getCurrentRepeatEndAt
-
setCurrentRepeatEndAt
-
withCurrentRepeatEndAt
-
getLastRepeatEndAt
-
setLastRepeatEndAt
-
withLastRepeatEndAt
-
getNextRepeatStartAt
-
setNextRepeatStartAt
-
withNextRepeatStartAt
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson() -
hashCode
public int hashCode() -
equals
-