Class GetThresholdMasterRequest

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

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

    • GetThresholdMasterRequest

      public GetThresholdMasterRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetThresholdMasterRequest withNamespaceName(String namespaceName)
    • getThresholdName

      public String getThresholdName()
    • setThresholdName

      public void setThresholdName(String thresholdName)
    • withThresholdName

      public GetThresholdMasterRequest withThresholdName(String thresholdName)
    • fromJson

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

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