Class GetCumulativeRequest

All Implemented Interfaces:
IRequest, Serializable

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

    • GetCumulativeRequest

      public GetCumulativeRequest()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • withName

      public GetCumulativeRequest withName(String name)
    • getResourceGrn

      public String getResourceGrn()
    • setResourceGrn

      public void setResourceGrn(String resourceGrn)
    • withResourceGrn

      public GetCumulativeRequest withResourceGrn(String resourceGrn)
    • fromJson

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

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