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