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