Class GetEventRequest

java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetEventRequest>
io.gs2.schedule.request.GetEventRequest
All Implemented Interfaces:
IRequest, Serializable

public class GetEventRequest extends Gs2BasicRequest<GetEventRequest>
See Also:
  • Constructor Details

    • GetEventRequest

      public GetEventRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetEventRequest withNamespaceName(String namespaceName)
    • getEventName

      public String getEventName()
    • setEventName

      public void setEventName(String eventName)
    • withEventName

      public GetEventRequest withEventName(String eventName)
    • getAccessToken

      public String getAccessToken()
    • setAccessToken

      public void setAccessToken(String accessToken)
    • withAccessToken

      public GetEventRequest withAccessToken(String accessToken)
    • getIsInSchedule

      public Boolean getIsInSchedule()
    • setIsInSchedule

      public void setIsInSchedule(Boolean isInSchedule)
    • withIsInSchedule

      public GetEventRequest withIsInSchedule(Boolean isInSchedule)
    • fromJson

      public static GetEventRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()