public class AcquireAction extends Object implements io.gs2.model.IModel, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
action
スタンプシートで実行するアクションの種類
|
protected String |
request
入手リクエストのJSON
|
| Constructor and Description |
|---|
AcquireAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
スタンプシートで実行するアクションの種類を取得
|
String |
getRequest()
入手リクエストのJSONを取得
|
void |
setAction(String action)
スタンプシートで実行するアクションの種類を設定
|
void |
setRequest(String request)
入手リクエストのJSONを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
AcquireAction |
withAction(String action)
スタンプシートで実行するアクションの種類を設定
|
AcquireAction |
withRequest(String request)
入手リクエストのJSONを設定
|
protected String action
protected String request
public String getAction()
public void setAction(String action)
action - スタンプシートで実行するアクションの種類public AcquireAction withAction(String action)
action - スタンプシートで実行するアクションの種類public String getRequest()
public void setRequest(String request)
request - 入手リクエストのJSONpublic AcquireAction withRequest(String request)
request - 入手リクエストのJSONpublic com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.