public class UpdateItemMasterRequest extends io.gs2.control.Gs2BasicRequest<UpdateItemMasterRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateItemMasterRequest.Constant |
| Constructor and Description |
|---|
UpdateItemMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrencyConsumableItemItemName()
GS2-ConsumableItem アイテム名を取得
|
String |
getCurrencyConsumableItemItemPoolName()
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 |
getItemName()
商品の名前を取得
|
String |
getItemOption()
アイテムの入手処理にまつわるオプション値を取得
|
String |
getItemStaminaStaminaPoolName()
GS2-Stamina スタミナプール名を取得
|
String |
getItemType()
入手アイテムの種類を取得
|
String |
getMeta()
メタデータを取得
|
String |
getOpenConditionLimitCounterName()
購入許可判定 に実行されるGS2-Limit のカウンターを取得
|
String |
getOpenConditionLimitName()
購入許可判定 に実行されるGS2-Limitを取得
|
String |
getOpenConditionType()
購入許可判定の種類を取得
|
Float |
getPrice()
販売価格を取得
|
String |
getShowcaseName()
ショーケースの名前を取得
|
void |
setCurrencyConsumableItemItemName(String currencyConsumableItemItemName)
GS2-ConsumableItem アイテム名を設定
|
void |
setCurrencyConsumableItemItemPoolName(String currencyConsumableItemItemPoolName)
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 |
setItemName(String itemName)
商品の名前を設定
|
void |
setItemOption(String itemOption)
アイテムの入手処理にまつわるオプション値を設定
|
void |
setItemStaminaStaminaPoolName(String itemStaminaStaminaPoolName)
GS2-Stamina スタミナプール名を設定
|
void |
setItemType(String itemType)
入手アイテムの種類を設定
|
void |
setMeta(String meta)
メタデータを設定
|
void |
setOpenConditionLimitCounterName(String openConditionLimitCounterName)
購入許可判定 に実行されるGS2-Limit のカウンターを設定
|
void |
setOpenConditionLimitName(String openConditionLimitName)
購入許可判定 に実行されるGS2-Limitを設定
|
void |
setOpenConditionType(String openConditionType)
購入許可判定の種類を設定
|
void |
setPrice(Float price)
販売価格を設定
|
void |
setShowcaseName(String showcaseName)
ショーケースの名前を設定
|
UpdateItemMasterRequest |
withCurrencyConsumableItemItemName(String currencyConsumableItemItemName)
GS2-ConsumableItem アイテム名を設定
|
UpdateItemMasterRequest |
withCurrencyConsumableItemItemPoolName(String currencyConsumableItemItemPoolName)
GS2-ConsumableItem アイテムプール名を設定
|
UpdateItemMasterRequest |
withCurrencyGoldName(String currencyGoldName)
GS2-Gold 通貨名を設定
|
UpdateItemMasterRequest |
withCurrencyMoneyName(String currencyMoneyName)
GS2-Money 課金通貨名を設定
|
UpdateItemMasterRequest |
withCurrencyOption(String currencyOption)
対価消費処理にまつわるオプション値を設定
|
UpdateItemMasterRequest |
withCurrencyType(String currencyType)
販売通貨を設定
|
UpdateItemMasterRequest |
withItemAmount(Integer itemAmount)
入手数量を設定
|
UpdateItemMasterRequest |
withItemConsumableItemItemName(String itemConsumableItemItemName)
GS2-ConsumableItem アイテム名を設定
|
UpdateItemMasterRequest |
withItemConsumableItemItemPoolName(String itemConsumableItemItemPoolName)
GS2-ConsumableItem アイテムプール名を設定
|
UpdateItemMasterRequest |
withItemGachaGachaName(String itemGachaGachaName)
GS2-Gacha ガチャ名を設定
|
UpdateItemMasterRequest |
withItemGachaGachaPoolName(String itemGachaGachaPoolName)
GS2-Gacha ガチャプール名を設定
|
UpdateItemMasterRequest |
withItemGoldName(String itemGoldName)
GS2-Gold 通貨名を設定
|
UpdateItemMasterRequest |
withItemMoneyName(String itemMoneyName)
GS2-Money 課金通貨名を設定
|
UpdateItemMasterRequest |
withItemName(String itemName)
商品の名前を設定
|
UpdateItemMasterRequest |
withItemOption(String itemOption)
アイテムの入手処理にまつわるオプション値を設定
|
UpdateItemMasterRequest |
withItemStaminaStaminaPoolName(String itemStaminaStaminaPoolName)
GS2-Stamina スタミナプール名を設定
|
UpdateItemMasterRequest |
withItemType(String itemType)
入手アイテムの種類を設定
|
UpdateItemMasterRequest |
withMeta(String meta)
メタデータを設定
|
UpdateItemMasterRequest |
withOpenConditionLimitCounterName(String openConditionLimitCounterName)
購入許可判定 に実行されるGS2-Limit のカウンターを設定
|
UpdateItemMasterRequest |
withOpenConditionLimitName(String openConditionLimitName)
購入許可判定 に実行されるGS2-Limitを設定
|
UpdateItemMasterRequest |
withOpenConditionType(String openConditionType)
購入許可判定の種類を設定
|
UpdateItemMasterRequest |
withPrice(Float price)
販売価格を設定
|
UpdateItemMasterRequest |
withShowcaseName(String showcaseName)
ショーケースの名前を設定
|
public String getShowcaseName()
public void setShowcaseName(String showcaseName)
showcaseName - ショーケースの名前public UpdateItemMasterRequest withShowcaseName(String showcaseName)
showcaseName - ショーケースの名前public String getItemName()
public void setItemName(String itemName)
itemName - 商品の名前public UpdateItemMasterRequest withItemName(String itemName)
itemName - 商品の名前public String getMeta()
public void setMeta(String meta)
meta - メタデータpublic UpdateItemMasterRequest withMeta(String meta)
meta - メタデータpublic String getCurrencyType()
public void setCurrencyType(String currencyType)
currencyType - 販売通貨public UpdateItemMasterRequest withCurrencyType(String currencyType)
currencyType - 販売通貨public String getCurrencyMoneyName()
public void setCurrencyMoneyName(String currencyMoneyName)
currencyMoneyName - GS2-Money 課金通貨名public UpdateItemMasterRequest withCurrencyMoneyName(String currencyMoneyName)
currencyMoneyName - GS2-Money 課金通貨名public String getCurrencyGoldName()
public void setCurrencyGoldName(String currencyGoldName)
currencyGoldName - GS2-Gold 通貨名public UpdateItemMasterRequest withCurrencyGoldName(String currencyGoldName)
currencyGoldName - GS2-Gold 通貨名public String getCurrencyConsumableItemItemPoolName()
public void setCurrencyConsumableItemItemPoolName(String currencyConsumableItemItemPoolName)
currencyConsumableItemItemPoolName - GS2-ConsumableItem アイテムプール名public UpdateItemMasterRequest withCurrencyConsumableItemItemPoolName(String currencyConsumableItemItemPoolName)
currencyConsumableItemItemPoolName - GS2-ConsumableItem アイテムプール名public String getCurrencyConsumableItemItemName()
public void setCurrencyConsumableItemItemName(String currencyConsumableItemItemName)
currencyConsumableItemItemName - GS2-ConsumableItem アイテム名public UpdateItemMasterRequest withCurrencyConsumableItemItemName(String currencyConsumableItemItemName)
currencyConsumableItemItemName - GS2-ConsumableItem アイテム名public String getCurrencyOption()
public void setCurrencyOption(String currencyOption)
currencyOption - 対価消費処理にまつわるオプション値public UpdateItemMasterRequest withCurrencyOption(String currencyOption)
currencyOption - 対価消費処理にまつわるオプション値public Float getPrice()
public void setPrice(Float price)
price - 販売価格public UpdateItemMasterRequest withPrice(Float price)
price - 販売価格public String getItemType()
public void setItemType(String itemType)
itemType - 入手アイテムの種類public UpdateItemMasterRequest withItemType(String itemType)
itemType - 入手アイテムの種類public String getItemMoneyName()
public void setItemMoneyName(String itemMoneyName)
itemMoneyName - GS2-Money 課金通貨名public UpdateItemMasterRequest withItemMoneyName(String itemMoneyName)
itemMoneyName - GS2-Money 課金通貨名public String getItemGoldName()
public void setItemGoldName(String itemGoldName)
itemGoldName - GS2-Gold 通貨名public UpdateItemMasterRequest withItemGoldName(String itemGoldName)
itemGoldName - GS2-Gold 通貨名public String getItemStaminaStaminaPoolName()
public void setItemStaminaStaminaPoolName(String itemStaminaStaminaPoolName)
itemStaminaStaminaPoolName - GS2-Stamina スタミナプール名public UpdateItemMasterRequest withItemStaminaStaminaPoolName(String itemStaminaStaminaPoolName)
itemStaminaStaminaPoolName - GS2-Stamina スタミナプール名public String getItemConsumableItemItemPoolName()
public void setItemConsumableItemItemPoolName(String itemConsumableItemItemPoolName)
itemConsumableItemItemPoolName - GS2-ConsumableItem アイテムプール名public UpdateItemMasterRequest withItemConsumableItemItemPoolName(String itemConsumableItemItemPoolName)
itemConsumableItemItemPoolName - GS2-ConsumableItem アイテムプール名public String getItemConsumableItemItemName()
public void setItemConsumableItemItemName(String itemConsumableItemItemName)
itemConsumableItemItemName - GS2-ConsumableItem アイテム名public UpdateItemMasterRequest withItemConsumableItemItemName(String itemConsumableItemItemName)
itemConsumableItemItemName - GS2-ConsumableItem アイテム名public String getItemGachaGachaPoolName()
public void setItemGachaGachaPoolName(String itemGachaGachaPoolName)
itemGachaGachaPoolName - GS2-Gacha ガチャプール名public UpdateItemMasterRequest withItemGachaGachaPoolName(String itemGachaGachaPoolName)
itemGachaGachaPoolName - GS2-Gacha ガチャプール名public String getItemGachaGachaName()
public void setItemGachaGachaName(String itemGachaGachaName)
itemGachaGachaName - GS2-Gacha ガチャ名public UpdateItemMasterRequest withItemGachaGachaName(String itemGachaGachaName)
itemGachaGachaName - GS2-Gacha ガチャ名public Integer getItemAmount()
public void setItemAmount(Integer itemAmount)
itemAmount - 入手数量public UpdateItemMasterRequest withItemAmount(Integer itemAmount)
itemAmount - 入手数量public String getItemOption()
public void setItemOption(String itemOption)
itemOption - アイテムの入手処理にまつわるオプション値public UpdateItemMasterRequest withItemOption(String itemOption)
itemOption - アイテムの入手処理にまつわるオプション値public String getOpenConditionType()
public void setOpenConditionType(String openConditionType)
openConditionType - 購入許可判定の種類public UpdateItemMasterRequest withOpenConditionType(String openConditionType)
openConditionType - 購入許可判定の種類public String getOpenConditionLimitName()
public void setOpenConditionLimitName(String openConditionLimitName)
openConditionLimitName - 購入許可判定 に実行されるGS2-Limitpublic UpdateItemMasterRequest withOpenConditionLimitName(String openConditionLimitName)
openConditionLimitName - 購入許可判定 に実行されるGS2-Limitpublic String getOpenConditionLimitCounterName()
public void setOpenConditionLimitCounterName(String openConditionLimitCounterName)
openConditionLimitCounterName - 購入許可判定 に実行されるGS2-Limit のカウンターpublic UpdateItemMasterRequest withOpenConditionLimitCounterName(String openConditionLimitCounterName)
openConditionLimitCounterName - 購入許可判定 に実行されるGS2-Limit のカウンターCopyright © 2016 Game Server Services, Inc. AllRights Reserved.