Class GetLotteryModelMasterRequest

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

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

    • GetLotteryModelMasterRequest

      public GetLotteryModelMasterRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetLotteryModelMasterRequest withNamespaceName(String namespaceName)
    • getLotteryName

      public String getLotteryName()
    • setLotteryName

      public void setLotteryName(String lotteryName)
    • withLotteryName

      public GetLotteryModelMasterRequest withLotteryName(String lotteryName)
    • fromJson

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

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