Class GetEventResult

java.lang.Object
io.gs2.schedule.result.GetEventResult
All Implemented Interfaces:
IResult, Serializable

public class GetEventResult extends Object implements IResult, Serializable
See Also:
  • Constructor Details

    • GetEventResult

      public GetEventResult()
  • Method Details

    • getItem

      public Event getItem()
    • setItem

      public void setItem(Event item)
    • withItem

      public GetEventResult withItem(Event item)
    • getInSchedule

      public Boolean getInSchedule()
    • setInSchedule

      public void setInSchedule(Boolean inSchedule)
    • withInSchedule

      public GetEventResult withInSchedule(Boolean inSchedule)
    • getScheduleStartAt

      public Long getScheduleStartAt()
    • setScheduleStartAt

      public void setScheduleStartAt(Long scheduleStartAt)
    • withScheduleStartAt

      public GetEventResult withScheduleStartAt(Long scheduleStartAt)
    • getScheduleEndAt

      public Long getScheduleEndAt()
    • setScheduleEndAt

      public void setScheduleEndAt(Long scheduleEndAt)
    • withScheduleEndAt

      public GetEventResult withScheduleEndAt(Long scheduleEndAt)
    • getRepeatSchedule

      public RepeatSchedule getRepeatSchedule()
    • setRepeatSchedule

      public void setRepeatSchedule(RepeatSchedule repeatSchedule)
    • withRepeatSchedule

      public GetEventResult withRepeatSchedule(RepeatSchedule repeatSchedule)
    • fromJson

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

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