Class UpdateEventMasterRequest

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

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

    • UpdateEventMasterRequest

      public UpdateEventMasterRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public UpdateEventMasterRequest withNamespaceName(String namespaceName)
    • getEventName

      public String getEventName()
    • setEventName

      public void setEventName(String eventName)
    • withEventName

      public UpdateEventMasterRequest withEventName(String eventName)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public UpdateEventMasterRequest withDescription(String description)
    • getMetadata

      public String getMetadata()
    • setMetadata

      public void setMetadata(String metadata)
    • withMetadata

      public UpdateEventMasterRequest withMetadata(String metadata)
    • getScheduleType

      public String getScheduleType()
    • setScheduleType

      public void setScheduleType(String scheduleType)
    • withScheduleType

      public UpdateEventMasterRequest withScheduleType(String scheduleType)
    • getAbsoluteBegin

      public Long getAbsoluteBegin()
    • setAbsoluteBegin

      public void setAbsoluteBegin(Long absoluteBegin)
    • withAbsoluteBegin

      public UpdateEventMasterRequest withAbsoluteBegin(Long absoluteBegin)
    • getAbsoluteEnd

      public Long getAbsoluteEnd()
    • setAbsoluteEnd

      public void setAbsoluteEnd(Long absoluteEnd)
    • withAbsoluteEnd

      public UpdateEventMasterRequest withAbsoluteEnd(Long absoluteEnd)
    • getRepeatType

      public String getRepeatType()
    • setRepeatType

      public void setRepeatType(String repeatType)
    • withRepeatType

      public UpdateEventMasterRequest withRepeatType(String repeatType)
    • getRepeatBeginDayOfMonth

      public Integer getRepeatBeginDayOfMonth()
    • setRepeatBeginDayOfMonth

      public void setRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth)
    • withRepeatBeginDayOfMonth

      public UpdateEventMasterRequest withRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth)
    • getRepeatEndDayOfMonth

      public Integer getRepeatEndDayOfMonth()
    • setRepeatEndDayOfMonth

      public void setRepeatEndDayOfMonth(Integer repeatEndDayOfMonth)
    • withRepeatEndDayOfMonth

      public UpdateEventMasterRequest withRepeatEndDayOfMonth(Integer repeatEndDayOfMonth)
    • getRepeatBeginDayOfWeek

      public String getRepeatBeginDayOfWeek()
    • setRepeatBeginDayOfWeek

      public void setRepeatBeginDayOfWeek(String repeatBeginDayOfWeek)
    • withRepeatBeginDayOfWeek

      public UpdateEventMasterRequest withRepeatBeginDayOfWeek(String repeatBeginDayOfWeek)
    • getRepeatEndDayOfWeek

      public String getRepeatEndDayOfWeek()
    • setRepeatEndDayOfWeek

      public void setRepeatEndDayOfWeek(String repeatEndDayOfWeek)
    • withRepeatEndDayOfWeek

      public UpdateEventMasterRequest withRepeatEndDayOfWeek(String repeatEndDayOfWeek)
    • getRepeatBeginHour

      public Integer getRepeatBeginHour()
    • setRepeatBeginHour

      public void setRepeatBeginHour(Integer repeatBeginHour)
    • withRepeatBeginHour

      public UpdateEventMasterRequest withRepeatBeginHour(Integer repeatBeginHour)
    • getRepeatEndHour

      public Integer getRepeatEndHour()
    • setRepeatEndHour

      public void setRepeatEndHour(Integer repeatEndHour)
    • withRepeatEndHour

      public UpdateEventMasterRequest withRepeatEndHour(Integer repeatEndHour)
    • getRelativeTriggerName

      public String getRelativeTriggerName()
    • setRelativeTriggerName

      public void setRelativeTriggerName(String relativeTriggerName)
    • withRelativeTriggerName

      public UpdateEventMasterRequest withRelativeTriggerName(String relativeTriggerName)
    • fromJson

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

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