Package io.gs2.showcase.request
Class DescribeRandomDisplayItemsRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DescribeRandomDisplayItemsRequest>
io.gs2.showcase.request.DescribeRandomDisplayItemsRequest
- All Implemented Interfaces:
IRequest,Serializable
public class DescribeRandomDisplayItemsRequest
extends Gs2BasicRequest<DescribeRandomDisplayItemsRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetNamespaceName(String namespaceName) voidsetShowcaseName(String showcaseName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withNamespaceName(String namespaceName) withShowcaseName(String showcaseName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DescribeRandomDisplayItemsRequest
public DescribeRandomDisplayItemsRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getShowcaseName
-
setShowcaseName
-
withShowcaseName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
fromJson
public static DescribeRandomDisplayItemsRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-