Package io.gs2.key.request
Class CreateKeyRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateKeyRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetDescription(String description) voidvoidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateKeyRequest
public CreateKeyRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getDescription
-
setDescription
-
withDescription
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-