Package io.gs2.quest.request
Class EndByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EndByUserIdRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidvoidsetDuplicationAvoider(String duplicationAvoider) voidsetIsComplete(Boolean isComplete) voidsetNamespaceName(String namespaceName) voidsetRewards(List<Reward> rewards) voidsetTimeOffsetToken(String timeOffsetToken) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withConfig(List<Config> config) withDuplicationAvoider(String duplicationAvoider) withIsComplete(Boolean isComplete) withNamespaceName(String namespaceName) withRewards(List<Reward> rewards) withTimeOffsetToken(String timeOffsetToken) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
EndByUserIdRequest
public EndByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getRewards
-
setRewards
-
withRewards
-
getIsComplete
-
setIsComplete
-
withIsComplete
-
getConfig
-
setConfig
-
withConfig
-
getTimeOffsetToken
-
setTimeOffsetToken
-
withTimeOffsetToken
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-