Package io.gs2.matchmaking.request
Class CreateGatheringByUserIdRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateGatheringByUserIdRequest>
io.gs2.matchmaking.request.CreateGatheringByUserIdRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAllowUserIds(List<String> allowUserIds) voidsetAttributeRanges(List<AttributeRange> attributeRanges) voidsetCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) voidsetDuplicationAvoider(String duplicationAvoider) voidsetExpiresAt(Long expiresAt) voidsetExpiresAtTimeSpan(TimeSpan expiresAtTimeSpan) voidsetNamespaceName(String namespaceName) voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withAllowUserIds(List<String> allowUserIds) withAttributeRanges(List<AttributeRange> attributeRanges) withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) withDuplicationAvoider(String duplicationAvoider) withExpiresAt(Long expiresAt) withExpiresAtTimeSpan(TimeSpan expiresAtTimeSpan) withNamespaceName(String namespaceName) withPlayer(Player player) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateGatheringByUserIdRequest
public CreateGatheringByUserIdRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getPlayer
-
setPlayer
-
withPlayer
-
getAttributeRanges
-
setAttributeRanges
-
withAttributeRanges
-
getCapacityOfRoles
-
setCapacityOfRoles
-
withCapacityOfRoles
-
getAllowUserIds
-
setAllowUserIds
-
withAllowUserIds
-
getExpiresAt
-
setExpiresAt
-
withExpiresAt
-
getExpiresAtTimeSpan
-
setExpiresAtTimeSpan
-
withExpiresAtTimeSpan
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-