Class CreateEventMasterRequest

java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateEventMasterRequest>
io.gs2.schedule.request.CreateEventMasterRequest
All Implemented Interfaces:
IRequest, Serializable

public class CreateEventMasterRequest extends Gs2BasicRequest<CreateEventMasterRequest>
See Also:
  • Constructor Details

    • CreateEventMasterRequest

      public CreateEventMasterRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public CreateEventMasterRequest withNamespaceName(String namespaceName)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public CreateEventMasterRequest withName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public CreateEventMasterRequest withDescription(String description)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public CreateEventMasterRequest withMetadata(String metadata)
    • getScheduleType

      public String getScheduleType()
    • setScheduleType

      public void setScheduleType(String scheduleType)
    • withScheduleType

      public CreateEventMasterRequest withScheduleType(String scheduleType)
    • getAbsoluteBegin

      public Long getAbsoluteBegin()
    • setAbsoluteBegin

      public void setAbsoluteBegin(Long absoluteBegin)
    • withAbsoluteBegin

      public CreateEventMasterRequest withAbsoluteBegin(Long absoluteBegin)
    • getAbsoluteEnd

      public Long getAbsoluteEnd()
    • setAbsoluteEnd

      public void setAbsoluteEnd(Long absoluteEnd)
    • withAbsoluteEnd

      public CreateEventMasterRequest withAbsoluteEnd(Long absoluteEnd)
    • getRepeatType

      public String getRepeatType()
    • setRepeatType

      public void setRepeatType(String repeatType)
    • withRepeatType

      public CreateEventMasterRequest withRepeatType(String repeatType)
    • getRepeatBeginDayOfMonth

      public Integer getRepeatBeginDayOfMonth()
    • setRepeatBeginDayOfMonth

      public void setRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth)
    • withRepeatBeginDayOfMonth

      public CreateEventMasterRequest withRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth)
    • getRepeatEndDayOfMonth

      public Integer getRepeatEndDayOfMonth()
    • setRepeatEndDayOfMonth

      public void setRepeatEndDayOfMonth(Integer repeatEndDayOfMonth)
    • withRepeatEndDayOfMonth

      public CreateEventMasterRequest withRepeatEndDayOfMonth(Integer repeatEndDayOfMonth)
    • getRepeatBeginDayOfWeek

      public String getRepeatBeginDayOfWeek()
    • setRepeatBeginDayOfWeek

      public void setRepeatBeginDayOfWeek(String repeatBeginDayOfWeek)
    • withRepeatBeginDayOfWeek

      public CreateEventMasterRequest withRepeatBeginDayOfWeek(String repeatBeginDayOfWeek)
    • getRepeatEndDayOfWeek

      public String getRepeatEndDayOfWeek()
    • setRepeatEndDayOfWeek

      public void setRepeatEndDayOfWeek(String repeatEndDayOfWeek)
    • withRepeatEndDayOfWeek

      public CreateEventMasterRequest withRepeatEndDayOfWeek(String repeatEndDayOfWeek)
    • getRepeatBeginHour

      public Integer getRepeatBeginHour()
    • setRepeatBeginHour

      public void setRepeatBeginHour(Integer repeatBeginHour)
    • withRepeatBeginHour

      public CreateEventMasterRequest withRepeatBeginHour(Integer repeatBeginHour)
    • getRepeatEndHour

      public Integer getRepeatEndHour()
    • setRepeatEndHour

      public void setRepeatEndHour(Integer repeatEndHour)
    • withRepeatEndHour

      public CreateEventMasterRequest withRepeatEndHour(Integer repeatEndHour)
    • getRelativeTriggerName

      public String getRelativeTriggerName()
    • setRelativeTriggerName

      public void setRelativeTriggerName(String relativeTriggerName)
    • withRelativeTriggerName

      public CreateEventMasterRequest withRelativeTriggerName(String relativeTriggerName)
    • fromJson

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

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