public class AddMoldCapacityByUserIdRequest extends Gs2BasicRequest<AddMoldCapacityByUserIdRequest>
| Constructor and Description |
|---|
AddMoldCapacityByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static AddMoldCapacityByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getCapacity() |
String |
getMoldName() |
String |
getNamespaceName() |
String |
getUserId() |
void |
setCapacity(Integer capacity) |
void |
setMoldName(String moldName) |
void |
setNamespaceName(String namespaceName) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
AddMoldCapacityByUserIdRequest |
withCapacity(Integer capacity) |
AddMoldCapacityByUserIdRequest |
withMoldName(String moldName) |
AddMoldCapacityByUserIdRequest |
withNamespaceName(String namespaceName) |
AddMoldCapacityByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public AddMoldCapacityByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public AddMoldCapacityByUserIdRequest withUserId(String userId)
public String getMoldName()
public void setMoldName(String moldName)
public AddMoldCapacityByUserIdRequest withMoldName(String moldName)
public Integer getCapacity()
public void setCapacity(Integer capacity)
public AddMoldCapacityByUserIdRequest withCapacity(Integer capacity)
public static AddMoldCapacityByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.