public class SetFormByUserIdRequest extends Gs2BasicRequest<SetFormByUserIdRequest>
| Constructor and Description |
|---|
SetFormByUserIdRequest() |
| Modifier and Type | Method and Description |
|---|---|
static SetFormByUserIdRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Integer |
getIndex() |
String |
getMoldName() |
String |
getNamespaceName() |
List<Slot> |
getSlots() |
String |
getUserId() |
void |
setIndex(Integer index) |
void |
setMoldName(String moldName) |
void |
setNamespaceName(String namespaceName) |
void |
setSlots(List<Slot> slots) |
void |
setUserId(String userId) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
SetFormByUserIdRequest |
withIndex(Integer index) |
SetFormByUserIdRequest |
withMoldName(String moldName) |
SetFormByUserIdRequest |
withNamespaceName(String namespaceName) |
SetFormByUserIdRequest |
withSlots(List<Slot> slots) |
SetFormByUserIdRequest |
withUserId(String userId) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public SetFormByUserIdRequest withNamespaceName(String namespaceName)
public String getUserId()
public void setUserId(String userId)
public SetFormByUserIdRequest withUserId(String userId)
public String getMoldName()
public void setMoldName(String moldName)
public SetFormByUserIdRequest withMoldName(String moldName)
public Integer getIndex()
public void setIndex(Integer index)
public SetFormByUserIdRequest withIndex(Integer index)
public SetFormByUserIdRequest withSlots(List<Slot> slots)
public static SetFormByUserIdRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.