Package io.gs2.watch.request
Class GetBillingActivityRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetBillingActivityRequest>
io.gs2.watch.request.GetBillingActivityRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetBillingActivityRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getMonth()getYear()voidsetActivityType(String activityType) voidvoidsetService(String service) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withActivityType(String activityType) withService(String service) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetBillingActivityRequest
public GetBillingActivityRequest()
-
-
Method Details
-
getYear
-
setYear
-
withYear
-
getMonth
-
setMonth
-
withMonth
-
getService
-
setService
-
withService
-
getActivityType
-
setActivityType
-
withActivityType
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-