Package io.gs2.lottery.request
Class PredictionByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<PredictionByUserIdRequest>
io.gs2.lottery.request.PredictionByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PredictionByUserIdRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getCount()voidvoidsetDuplicationAvoider(String duplicationAvoider) voidsetLotteryName(String lotteryName) voidsetNamespaceName(String namespaceName) voidsetRandomSeed(Long randomSeed) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withDuplicationAvoider(String duplicationAvoider) withLotteryName(String lotteryName) withNamespaceName(String namespaceName) withRandomSeed(Long randomSeed) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
PredictionByUserIdRequest
public PredictionByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getLotteryName
-
setLotteryName
-
withLotteryName
-
getUserId
-
setUserId
-
withUserId
-
getRandomSeed
-
setRandomSeed
-
withRandomSeed
-
getCount
-
setCount
-
withCount
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-