public class GetBillingActivityRequest extends Gs2BasicRequest<GetBillingActivityRequest>
| Constructor and Description |
|---|
GetBillingActivityRequest() |
| Modifier and Type | Method and Description |
|---|---|
static GetBillingActivityRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
String |
getActivityType() |
Integer |
getMonth() |
String |
getService() |
Integer |
getYear() |
void |
setActivityType(String activityType) |
void |
setMonth(Integer month) |
void |
setService(String service) |
void |
setYear(Integer year) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
GetBillingActivityRequest |
withActivityType(String activityType) |
GetBillingActivityRequest |
withMonth(Integer month) |
GetBillingActivityRequest |
withService(String service) |
GetBillingActivityRequest |
withYear(Integer year) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic Integer getYear()
public void setYear(Integer year)
public GetBillingActivityRequest withYear(Integer year)
public Integer getMonth()
public void setMonth(Integer month)
public GetBillingActivityRequest withMonth(Integer month)
public String getService()
public void setService(String service)
public GetBillingActivityRequest withService(String service)
public String getActivityType()
public void setActivityType(String activityType)
public GetBillingActivityRequest withActivityType(String activityType)
public static GetBillingActivityRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.