Package io.gs2.lottery.request
Class DrawWithRandomSeedByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<DrawWithRandomSeedByUserIdRequest>
io.gs2.lottery.request.DrawWithRandomSeedByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
public class DrawWithRandomSeedByUserIdRequest
extends Gs2BasicRequest<DrawWithRandomSeedByUserIdRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) getCount()voidvoidvoidsetDuplicationAvoider(String duplicationAvoider) voidsetLotteryName(String lotteryName) voidsetNamespaceName(String namespaceName) voidsetRandomSeed(Long randomSeed) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withConfig(List<Config> config) 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
-
DrawWithRandomSeedByUserIdRequest
public DrawWithRandomSeedByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getLotteryName
-
setLotteryName
-
withLotteryName
-
getUserId
-
setUserId
-
withUserId
-
getRandomSeed
-
setRandomSeed
-
withRandomSeed
-
getCount
-
setCount
-
withCount
-
getConfig
-
setConfig
-
withConfig
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
public static DrawWithRandomSeedByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-