public class AddCapacityByUserIdRequest extends Gs2BasicRequest<AddCapacityByUserIdRequest>
| Constructor and Description |
|---|
AddCapacityByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static AddCapacityByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getAddCapacityValue() |
String |
getInventoryName() |
String |
getNamespaceName() |
String |
getUserId() |
void |
setAddCapacityValue(Integer addCapacityValue) |
void |
setInventoryName(String inventoryName) |
void |
setNamespaceName(String namespaceName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
AddCapacityByUserIdRequest |
withAddCapacityValue(Integer addCapacityValue) |
AddCapacityByUserIdRequest |
withInventoryName(String inventoryName) |
AddCapacityByUserIdRequest |
withNamespaceName(String namespaceName) |
AddCapacityByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public AddCapacityByUserIdRequest withNamespaceName(String namespaceName)
public String getInventoryName()
public void setInventoryName(String inventoryName)
public AddCapacityByUserIdRequest withInventoryName(String inventoryName)
public String getUserId()
public void setUserId(String userId)
public AddCapacityByUserIdRequest withUserId(String userId)
public Integer getAddCapacityValue()
public void setAddCapacityValue(Integer addCapacityValue)
public AddCapacityByUserIdRequest withAddCapacityValue(Integer addCapacityValue)
public static AddCapacityByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.