public class UpdateEventMasterRequest extends Gs2BasicRequest<UpdateEventMasterRequest>
| Constructor and Description |
|---|
UpdateEventMasterRequest() |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateEventMasterRequest withNamespaceName(String namespaceName)
public String getEventName()
public void setEventName(String eventName)
public UpdateEventMasterRequest withEventName(String eventName)
public String getDescription()
public void setDescription(String description)
public UpdateEventMasterRequest withDescription(String description)
public String getMetadata()
public void setMetadata(String metadata)
public UpdateEventMasterRequest withMetadata(String metadata)
public String getScheduleType()
public void setScheduleType(String scheduleType)
public UpdateEventMasterRequest withScheduleType(String scheduleType)
public Long getAbsoluteBegin()
public void setAbsoluteBegin(Long absoluteBegin)
public UpdateEventMasterRequest withAbsoluteBegin(Long absoluteBegin)
public Long getAbsoluteEnd()
public void setAbsoluteEnd(Long absoluteEnd)
public UpdateEventMasterRequest withAbsoluteEnd(Long absoluteEnd)
public String getRepeatType()
public void setRepeatType(String repeatType)
public UpdateEventMasterRequest withRepeatType(String repeatType)
public Integer getRepeatBeginDayOfMonth()
public void setRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth)
public UpdateEventMasterRequest withRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth)
public Integer getRepeatEndDayOfMonth()
public void setRepeatEndDayOfMonth(Integer repeatEndDayOfMonth)
public UpdateEventMasterRequest withRepeatEndDayOfMonth(Integer repeatEndDayOfMonth)
public String getRepeatBeginDayOfWeek()
public void setRepeatBeginDayOfWeek(String repeatBeginDayOfWeek)
public UpdateEventMasterRequest withRepeatBeginDayOfWeek(String repeatBeginDayOfWeek)
public String getRepeatEndDayOfWeek()
public void setRepeatEndDayOfWeek(String repeatEndDayOfWeek)
public UpdateEventMasterRequest withRepeatEndDayOfWeek(String repeatEndDayOfWeek)
public Integer getRepeatBeginHour()
public void setRepeatBeginHour(Integer repeatBeginHour)
public UpdateEventMasterRequest withRepeatBeginHour(Integer repeatBeginHour)
public Integer getRepeatEndHour()
public void setRepeatEndHour(Integer repeatEndHour)
public UpdateEventMasterRequest withRepeatEndHour(Integer repeatEndHour)
public String getRelativeTriggerName()
public void setRelativeTriggerName(String relativeTriggerName)
public UpdateEventMasterRequest withRelativeTriggerName(String relativeTriggerName)
public Integer getRelativeDuration()
public void setRelativeDuration(Integer relativeDuration)
public UpdateEventMasterRequest withRelativeDuration(Integer relativeDuration)
public static UpdateEventMasterRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.