Package io.gs2.schedule.request
Class GetEventRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetEventRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetEventName(String eventName) voidsetIsInSchedule(Boolean isInSchedule) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withEventName(String eventName) withIsInSchedule(Boolean isInSchedule) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetEventRequest
public GetEventRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getEventName
-
setEventName
-
withEventName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getIsInSchedule
-
setIsInSchedule
-
withIsInSchedule
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-