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()voidsetAbsoluteBegin(Long absoluteBegin) voidsetAbsoluteEnd(Long absoluteEnd) voidsetDescription(String description) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidsetRelativeTriggerName(String relativeTriggerName) voidsetRepeatBeginDayOfMonth(Integer repeatBeginDayOfMonth) voidsetRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) voidsetRepeatBeginHour(Integer repeatBeginHour) voidsetRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) voidsetRepeatEndDayOfWeek(String repeatEndDayOfWeek) voidsetRepeatEndHour(Integer repeatEndHour) voidsetRepeatType(String repeatType) 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) withRepeatBeginDayOfWeek(String repeatBeginDayOfWeek) withRepeatBeginHour(Integer repeatBeginHour) withRepeatEndDayOfMonth(Integer repeatEndDayOfMonth) withRepeatEndDayOfWeek(String repeatEndDayOfWeek) withRepeatEndHour(Integer repeatEndHour) withRepeatType(String repeatType) 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
-
setRepeatType
-
withRepeatType
-
getRepeatBeginDayOfMonth
-
setRepeatBeginDayOfMonth
-
withRepeatBeginDayOfMonth
-
getRepeatEndDayOfMonth
-
setRepeatEndDayOfMonth
-
withRepeatEndDayOfMonth
-
getRepeatBeginDayOfWeek
-
setRepeatBeginDayOfWeek
-
withRepeatBeginDayOfWeek
-
getRepeatEndDayOfWeek
-
setRepeatEndDayOfWeek
-
withRepeatEndDayOfWeek
-
getRepeatBeginHour
-
setRepeatBeginHour
-
withRepeatBeginHour
-
getRepeatEndHour
-
setRepeatEndHour
-
withRepeatEndHour
-
getRelativeTriggerName
-
setRelativeTriggerName
-
withRelativeTriggerName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-