Package io.gs2.dictionary.request
Class GetEntryWithSignatureByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetEntryWithSignatureByUserIdRequest>
io.gs2.dictionary.request.GetEntryWithSignatureByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
public class GetEntryWithSignatureByUserIdRequest
extends Gs2BasicRequest<GetEntryWithSignatureByUserIdRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidsetEntryModelName(String entryModelName) voidvoidsetNamespaceName(String namespaceName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withEntryModelName(String entryModelName) withNamespaceName(String namespaceName) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetEntryWithSignatureByUserIdRequest
public GetEntryWithSignatureByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getEntryModelName
-
setEntryModelName
-
withEntryModelName
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
public static GetEntryWithSignatureByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-