Package io.gs2.identifier.request
Class DescribeCommonSecurityPoliciesRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DescribeCommonSecurityPoliciesRequest>
io.gs2.identifier.request.DescribeCommonSecurityPoliciesRequest
- All Implemented Interfaces:
IRequest,Serializable
public class DescribeCommonSecurityPoliciesRequest
extends Gs2BasicRequest<DescribeCommonSecurityPoliciesRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getLimit()voidvoidsetPageToken(String pageToken) com.fasterxml.jackson.databind.JsonNodetoJson()withPageToken(String pageToken) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
DescribeCommonSecurityPoliciesRequest
public DescribeCommonSecurityPoliciesRequest()
-
-
Method Details
-
getPageToken
-
setPageToken
-
withPageToken
-
getLimit
-
setLimit
-
withLimit
-
fromJson
public static DescribeCommonSecurityPoliciesRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-