Class GetTakeOverRequest

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

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

    • GetTakeOverRequest

      public GetTakeOverRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetTakeOverRequest withNamespaceName(String namespaceName)
    • getAccessToken

      public String getAccessToken()
    • setAccessToken

      public void setAccessToken(String accessToken)
    • withAccessToken

      public GetTakeOverRequest withAccessToken(String accessToken)
    • getType

      public Integer getType()
    • setType

      public void setType(Integer type)
    • withType

      public GetTakeOverRequest withType(Integer type)
    • fromJson

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

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