Package io.gs2.schedule.request
Class UpdateEventMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateEventMasterRequest>
io.gs2.schedule.request.UpdateEventMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateEventMasterRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAbsoluteBegin(Long absoluteBegin) voidsetAbsoluteEnd(Long absoluteEnd) voidsetDescription(String description) voidsetEventName(String eventName) voidsetMetadata(String metadata) voidsetNamespaceName(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) withEventName(String eventName) 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
-
UpdateEventMasterRequest
public UpdateEventMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getEventName
-
setEventName
-
withEventName
-
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()
-