Package io.gs2.experience.request
Class GetStatusWithSignatureByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetStatusWithSignatureByUserIdRequest>
io.gs2.experience.request.GetStatusWithSignatureByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
public class GetStatusWithSignatureByUserIdRequest
extends Gs2BasicRequest<GetStatusWithSignatureByUserIdRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidsetExperienceName(String experienceName) voidvoidsetNamespaceName(String namespaceName) voidsetPropertyId(String propertyId) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withExperienceName(String experienceName) withNamespaceName(String namespaceName) withPropertyId(String propertyId) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetStatusWithSignatureByUserIdRequest
public GetStatusWithSignatureByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getExperienceName
-
setExperienceName
-
withExperienceName
-
getPropertyId
-
setPropertyId
-
withPropertyId
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
public static GetStatusWithSignatureByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-