Package io.gs2.schedule.result
Class GetEventResult
java.lang.Object
io.gs2.schedule.result.GetEventResult
- All Implemented Interfaces:
IResult,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetEventResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getItem()voidsetInSchedule(Boolean inSchedule) voidvoidsetRepeatSchedule(RepeatSchedule repeatSchedule) voidsetScheduleEndAt(Long scheduleEndAt) voidsetScheduleStartAt(Long scheduleStartAt) com.fasterxml.jackson.databind.JsonNodetoJson()withInSchedule(Boolean inSchedule) withRepeatSchedule(RepeatSchedule repeatSchedule) withScheduleEndAt(Long scheduleEndAt) withScheduleStartAt(Long scheduleStartAt)
-
Constructor Details
-
GetEventResult
public GetEventResult()
-
-
Method Details
-
getItem
-
setItem
-
withItem
-
getInSchedule
-
setInSchedule
-
withInSchedule
-
getScheduleStartAt
-
setScheduleStartAt
-
withScheduleStartAt
-
getScheduleEndAt
-
setScheduleEndAt
-
withScheduleEndAt
-
getRepeatSchedule
-
setRepeatSchedule
-
withRepeatSchedule
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-