Package io.gs2.schedule.request
Class CreateEventMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateEventMasterRequest>
io.gs2.schedule.request.CreateEventMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateEventMasterRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.voidsetAbsoluteBegin(Long absoluteBegin) voidsetAbsoluteEnd(Long absoluteEnd) voidsetDescription(String description) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidsetRelativeTriggerName(String relativeTriggerName) voidsetRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) Deprecated.voidsetRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) Deprecated.voidsetRepeatBeginHour(Integer repeatBeginHour) Deprecated.voidsetRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) Deprecated.voidsetRepeatEndDayOfWeek(String repeatEndDayOfWeek) Deprecated.voidsetRepeatEndHour(Integer repeatEndHour) Deprecated.voidsetRepeatSetting(RepeatSetting repeatSetting) voidsetRepeatType(String repeatType) Deprecated.voidsetScheduleType(String scheduleType) com.fasterxml.jackson.databind.JsonNodetoJson()withAbsoluteBegin(Long absoluteBegin) withAbsoluteEnd(Long absoluteEnd) withDescription(String description) withMetadata(String metadata) withNamespaceName(String namespaceName) withRelativeTriggerName(String relativeTriggerName) withRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) Deprecated.withRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) Deprecated.withRepeatBeginHour(Integer repeatBeginHour) Deprecated.withRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) Deprecated.withRepeatEndDayOfWeek(String repeatEndDayOfWeek) Deprecated.withRepeatEndHour(Integer repeatEndHour) Deprecated.withRepeatSetting(RepeatSetting repeatSetting) withRepeatType(String repeatType) Deprecated.withScheduleType(String scheduleType) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateEventMasterRequest
public CreateEventMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getScheduleType
-
setScheduleType
-
withScheduleType
-
getAbsoluteBegin
-
setAbsoluteBegin
-
withAbsoluteBegin
-
getAbsoluteEnd
-
setAbsoluteEnd
-
withAbsoluteEnd
-
getRepeatType
Deprecated. -
setRepeatType
Deprecated. -
withRepeatType
Deprecated. -
getRepeatBeginDayOfMonth
Deprecated. -
setRepeatBeginDayOfMonth
Deprecated. -
withRepeatBeginDayOfMonth
@Deprecated public CreateEventMasterRequest withRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) Deprecated. -
getRepeatEndDayOfMonth
Deprecated. -
setRepeatEndDayOfMonth
Deprecated. -
withRepeatEndDayOfMonth
Deprecated. -
getRepeatBeginDayOfWeek
Deprecated. -
setRepeatBeginDayOfWeek
Deprecated. -
withRepeatBeginDayOfWeek
Deprecated. -
getRepeatEndDayOfWeek
Deprecated. -
setRepeatEndDayOfWeek
Deprecated. -
withRepeatEndDayOfWeek
Deprecated. -
getRepeatBeginHour
Deprecated. -
setRepeatBeginHour
Deprecated. -
withRepeatBeginHour
Deprecated. -
getRepeatEndHour
Deprecated. -
setRepeatEndHour
Deprecated. -
withRepeatEndHour
Deprecated. -
getRelativeTriggerName
-
setRelativeTriggerName
-
withRelativeTriggerName
-
getRepeatSetting
-
setRepeatSetting
-
withRepeatSetting
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-