public class CreateGatheringByUserIdRequest extends Gs2BasicRequest<CreateGatheringByUserIdRequest>
| Constructor and Description |
|---|
CreateGatheringByUserIdRequest() |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public CreateGatheringByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public CreateGatheringByUserIdRequest withUserId(String userId)
public Player getPlayer()
public void setPlayer(Player player)
public CreateGatheringByUserIdRequest withPlayer(Player player)
public List<AttributeRange> getAttributeRanges()
public void setAttributeRanges(List<AttributeRange> attributeRanges)
public CreateGatheringByUserIdRequest withAttributeRanges(List<AttributeRange> attributeRanges)
public List<CapacityOfRole> getCapacityOfRoles()
public void setCapacityOfRoles(List<CapacityOfRole> capacityOfRoles)
public CreateGatheringByUserIdRequest withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles)
public CreateGatheringByUserIdRequest withAllowUserIds(List<String> allowUserIds)
public Long getExpiresAt()
public void setExpiresAt(Long expiresAt)
public CreateGatheringByUserIdRequest withExpiresAt(Long expiresAt)
public TimeSpan getExpiresAtTimeSpan()
public void setExpiresAtTimeSpan(TimeSpan expiresAtTimeSpan)
public CreateGatheringByUserIdRequest withExpiresAtTimeSpan(TimeSpan expiresAtTimeSpan)
public static CreateGatheringByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.