Class DeleteThresholdMasterRequest

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

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

    • DeleteThresholdMasterRequest

      public DeleteThresholdMasterRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public DeleteThresholdMasterRequest withNamespaceName(String namespaceName)
    • getThresholdName

      public String getThresholdName()
    • setThresholdName

      public void setThresholdName(String thresholdName)
    • withThresholdName

      public DeleteThresholdMasterRequest withThresholdName(String thresholdName)
    • fromJson

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

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