Package io.gs2.watch.request
Class GetCumulativeRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetCumulativeRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidvoidsetResourceGrn(String resourceGrn) com.fasterxml.jackson.databind.JsonNodetoJson()withResourceGrn(String resourceGrn) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetCumulativeRequest
public GetCumulativeRequest()
-
-
Method Details
-
getName
-
setName
-
withName
-
getResourceGrn
-
setResourceGrn
-
withResourceGrn
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-