public class Item extends Object implements Serializable
| Constructor and Description |
|---|
Item() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCanBuy()
購入可能かを取得
|
String |
getCurrencyConsumableItemItemPoolName()
GS2-ConsumableItem アイテムプール名を取得
|
String |
getCurrencyConsumableItemName()
GS2-ConsumableItem アイテム名を取得
|
String |
getCurrencyGoldName()
GS2-Gold 通貨名を取得
|
String |
getCurrencyMoneyName()
GS2-Money 課金通貨名を取得
|
String |
getCurrencyOption()
対価消費処理にまつわるオプション値を取得
|
String |
getCurrencyType()
販売通貨を取得
|
Integer |
getItemAmount()
入手数量を取得
|
String |
getItemConsumableItemItemName()
GS2-ConsumableItem アイテム名を取得
|
String |
getItemConsumableItemItemPoolName()
GS2-ConsumableItem アイテムプール名を取得
|
String |
getItemGachaGachaName()
GS2-Gacha ガチャ名を取得
|
String |
getItemGachaGachaPoolName()
GS2-Gacha ガチャプール名を取得
|
String |
getItemGoldName()
GS2-Gold 通貨名を取得
|
String |
getItemMoneyName()
GS2-Money 課金通貨名を取得
|
String |
getItemOption()
アイテムの入手処理にまつわるオプション値を取得
|
String |
getItemStaminaStaminaPoolName()
GS2-Stamina スタミナプール名を取得
|
String |
getItemType()
入手アイテムの種類を取得
|
String |
getMeta()
メタデータを取得
|
String |
getName()
商品名を取得
|
Float |
getPrice()
販売価格を取得
|
String |
getShowcaseItemId()
陳列商品IDを取得
|
void |
setCanBuy(Boolean canBuy)
購入可能かを設定
|
void |
setCurrencyConsumableItemItemPoolName(String currencyConsumableItemItemPoolName)
GS2-ConsumableItem アイテムプール名を設定
|
void |
setCurrencyConsumableItemName(String currencyConsumableItemName)
GS2-ConsumableItem アイテム名を設定
|
void |
setCurrencyGoldName(String currencyGoldName)
GS2-Gold 通貨名を設定
|
void |
setCurrencyMoneyName(String currencyMoneyName)
GS2-Money 課金通貨名を設定
|
void |
setCurrencyOption(String currencyOption)
対価消費処理にまつわるオプション値を設定
|
void |
setCurrencyType(String currencyType)
販売通貨を設定
|
void |
setItemAmount(Integer itemAmount)
入手数量を設定
|
void |
setItemConsumableItemItemName(String itemConsumableItemItemName)
GS2-ConsumableItem アイテム名を設定
|
void |
setItemConsumableItemItemPoolName(String itemConsumableItemItemPoolName)
GS2-ConsumableItem アイテムプール名を設定
|
void |
setItemGachaGachaName(String itemGachaGachaName)
GS2-Gacha ガチャ名を設定
|
void |
setItemGachaGachaPoolName(String itemGachaGachaPoolName)
GS2-Gacha ガチャプール名を設定
|
void |
setItemGoldName(String itemGoldName)
GS2-Gold 通貨名を設定
|
void |
setItemMoneyName(String itemMoneyName)
GS2-Money 課金通貨名を設定
|
void |
setItemOption(String itemOption)
アイテムの入手処理にまつわるオプション値を設定
|
void |
setItemStaminaStaminaPoolName(String itemStaminaStaminaPoolName)
GS2-Stamina スタミナプール名を設定
|
void |
setItemType(String itemType)
入手アイテムの種類を設定
|
void |
setMeta(String meta)
メタデータを設定
|
void |
setName(String name)
商品名を設定
|
void |
setPrice(Float price)
販売価格を設定
|
void |
setShowcaseItemId(String showcaseItemId)
陳列商品IDを設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
Item |
withCanBuy(Boolean canBuy)
購入可能かを設定
|
Item |
withCurrencyConsumableItemItemPoolName(String currencyConsumableItemItemPoolName)
GS2-ConsumableItem アイテムプール名を設定
|
Item |
withCurrencyConsumableItemName(String currencyConsumableItemName)
GS2-ConsumableItem アイテム名を設定
|
Item |
withCurrencyGoldName(String currencyGoldName)
GS2-Gold 通貨名を設定
|
Item |
withCurrencyMoneyName(String currencyMoneyName)
GS2-Money 課金通貨名を設定
|
Item |
withCurrencyOption(String currencyOption)
対価消費処理にまつわるオプション値を設定
|
Item |
withCurrencyType(String currencyType)
販売通貨を設定
|
Item |
withItemAmount(Integer itemAmount)
入手数量を設定
|
Item |
withItemConsumableItemItemName(String itemConsumableItemItemName)
GS2-ConsumableItem アイテム名を設定
|
Item |
withItemConsumableItemItemPoolName(String itemConsumableItemItemPoolName)
GS2-ConsumableItem アイテムプール名を設定
|
Item |
withItemGachaGachaName(String itemGachaGachaName)
GS2-Gacha ガチャ名を設定
|
Item |
withItemGachaGachaPoolName(String itemGachaGachaPoolName)
GS2-Gacha ガチャプール名を設定
|
Item |
withItemGoldName(String itemGoldName)
GS2-Gold 通貨名を設定
|
Item |
withItemMoneyName(String itemMoneyName)
GS2-Money 課金通貨名を設定
|
Item |
withItemOption(String itemOption)
アイテムの入手処理にまつわるオプション値を設定
|
Item |
withItemStaminaStaminaPoolName(String itemStaminaStaminaPoolName)
GS2-Stamina スタミナプール名を設定
|
Item |
withItemType(String itemType)
入手アイテムの種類を設定
|
Item |
withMeta(String meta)
メタデータを設定
|
Item |
withName(String name)
商品名を設定
|
Item |
withPrice(Float price)
販売価格を設定
|
Item |
withShowcaseItemId(String showcaseItemId)
陳列商品IDを設定
|
public String getShowcaseItemId()
public void setShowcaseItemId(String showcaseItemId)
showcaseItemId - 陳列商品IDpublic Item withShowcaseItemId(String showcaseItemId)
showcaseItemId - 陳列商品IDpublic String getName()
public void setName(String name)
name - 商品名public String getMeta()
public void setMeta(String meta)
meta - メタデータpublic String getCurrencyType()
public void setCurrencyType(String currencyType)
currencyType - 販売通貨public Item withCurrencyType(String currencyType)
currencyType - 販売通貨public String getCurrencyMoneyName()
public void setCurrencyMoneyName(String currencyMoneyName)
currencyMoneyName - GS2-Money 課金通貨名public Item withCurrencyMoneyName(String currencyMoneyName)
currencyMoneyName - GS2-Money 課金通貨名public String getCurrencyGoldName()
public void setCurrencyGoldName(String currencyGoldName)
currencyGoldName - GS2-Gold 通貨名public Item withCurrencyGoldName(String currencyGoldName)
currencyGoldName - GS2-Gold 通貨名public String getCurrencyConsumableItemItemPoolName()
public void setCurrencyConsumableItemItemPoolName(String currencyConsumableItemItemPoolName)
currencyConsumableItemItemPoolName - GS2-ConsumableItem アイテムプール名public Item withCurrencyConsumableItemItemPoolName(String currencyConsumableItemItemPoolName)
currencyConsumableItemItemPoolName - GS2-ConsumableItem アイテムプール名public String getCurrencyConsumableItemName()
public void setCurrencyConsumableItemName(String currencyConsumableItemName)
currencyConsumableItemName - GS2-ConsumableItem アイテム名public Item withCurrencyConsumableItemName(String currencyConsumableItemName)
currencyConsumableItemName - GS2-ConsumableItem アイテム名public String getCurrencyOption()
public void setCurrencyOption(String currencyOption)
currencyOption - 対価消費処理にまつわるオプション値public Item withCurrencyOption(String currencyOption)
currencyOption - 対価消費処理にまつわるオプション値public Float getPrice()
public void setPrice(Float price)
price - 販売価格public String getItemType()
public void setItemType(String itemType)
itemType - 入手アイテムの種類public Item withItemType(String itemType)
itemType - 入手アイテムの種類public String getItemMoneyName()
public void setItemMoneyName(String itemMoneyName)
itemMoneyName - GS2-Money 課金通貨名public Item withItemMoneyName(String itemMoneyName)
itemMoneyName - GS2-Money 課金通貨名public String getItemGoldName()
public void setItemGoldName(String itemGoldName)
itemGoldName - GS2-Gold 通貨名public Item withItemGoldName(String itemGoldName)
itemGoldName - GS2-Gold 通貨名public String getItemStaminaStaminaPoolName()
public void setItemStaminaStaminaPoolName(String itemStaminaStaminaPoolName)
itemStaminaStaminaPoolName - GS2-Stamina スタミナプール名public Item withItemStaminaStaminaPoolName(String itemStaminaStaminaPoolName)
itemStaminaStaminaPoolName - GS2-Stamina スタミナプール名public String getItemConsumableItemItemPoolName()
public void setItemConsumableItemItemPoolName(String itemConsumableItemItemPoolName)
itemConsumableItemItemPoolName - GS2-ConsumableItem アイテムプール名public Item withItemConsumableItemItemPoolName(String itemConsumableItemItemPoolName)
itemConsumableItemItemPoolName - GS2-ConsumableItem アイテムプール名public String getItemConsumableItemItemName()
public void setItemConsumableItemItemName(String itemConsumableItemItemName)
itemConsumableItemItemName - GS2-ConsumableItem アイテム名public Item withItemConsumableItemItemName(String itemConsumableItemItemName)
itemConsumableItemItemName - GS2-ConsumableItem アイテム名public String getItemGachaGachaPoolName()
public void setItemGachaGachaPoolName(String itemGachaGachaPoolName)
itemGachaGachaPoolName - GS2-Gacha ガチャプール名public Item withItemGachaGachaPoolName(String itemGachaGachaPoolName)
itemGachaGachaPoolName - GS2-Gacha ガチャプール名public String getItemGachaGachaName()
public void setItemGachaGachaName(String itemGachaGachaName)
itemGachaGachaName - GS2-Gacha ガチャ名public Item withItemGachaGachaName(String itemGachaGachaName)
itemGachaGachaName - GS2-Gacha ガチャ名public Integer getItemAmount()
public void setItemAmount(Integer itemAmount)
itemAmount - 入手数量public Item withItemAmount(Integer itemAmount)
itemAmount - 入手数量public String getItemOption()
public void setItemOption(String itemOption)
itemOption - アイテムの入手処理にまつわるオプション値public Item withItemOption(String itemOption)
itemOption - アイテムの入手処理にまつわるオプション値public Boolean getCanBuy()
public void setCanBuy(Boolean canBuy)
canBuy - 購入可能かpublic com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.