public class UpdateGatheringByUserIdRequest extends Gs2BasicRequest<UpdateGatheringByUserIdRequest>
| Constructor and Description |
|---|
UpdateGatheringByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGatheringByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
List<AttributeRange> |
getAttributeRanges() |
String |
getGatheringName() |
String |
getNamespaceName() |
String |
getUserId() |
void |
setAttributeRanges(List<AttributeRange> attributeRanges) |
void |
setGatheringName(String gatheringName) |
void |
setNamespaceName(String namespaceName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
UpdateGatheringByUserIdRequest |
withAttributeRanges(List<AttributeRange> attributeRanges) |
UpdateGatheringByUserIdRequest |
withGatheringName(String gatheringName) |
UpdateGatheringByUserIdRequest |
withNamespaceName(String namespaceName) |
UpdateGatheringByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public UpdateGatheringByUserIdRequest withNamespaceName(String namespaceName)
public String getGatheringName()
public void setGatheringName(String gatheringName)
public UpdateGatheringByUserIdRequest withGatheringName(String gatheringName)
public String getUserId()
public void setUserId(String userId)
public UpdateGatheringByUserIdRequest withUserId(String userId)
public List<AttributeRange> getAttributeRanges()
public void setAttributeRanges(List<AttributeRange> attributeRanges)
public UpdateGatheringByUserIdRequest withAttributeRanges(List<AttributeRange> attributeRanges)
public static UpdateGatheringByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.