public class GetCumulativeRequest extends Gs2BasicRequest<GetCumulativeRequest>
| Constructor and Description |
|---|
GetCumulativeRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetCumulativeRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getName() |
String |
getResourceGrn() |
void |
setName(String name) |
void |
setResourceGrn(String resourceGrn) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetCumulativeRequest |
withName(String name) |
GetCumulativeRequest |
withResourceGrn(String resourceGrn) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getName()
public void setName(String name)
public GetCumulativeRequest withName(String name)
public String getResourceGrn()
public void setResourceGrn(String resourceGrn)
public GetCumulativeRequest withResourceGrn(String resourceGrn)
public static GetCumulativeRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.