Class GetLotteryModelRequest

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

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

    • GetLotteryModelRequest

      public GetLotteryModelRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetLotteryModelRequest withNamespaceName(String namespaceName)
    • getLotteryName

      public String getLotteryName()
    • setLotteryName

      public void setLotteryName(String lotteryName)
    • withLotteryName

      public GetLotteryModelRequest withLotteryName(String lotteryName)
    • fromJson

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

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