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