public class GetItemGroupMasterRequest extends io.gs2.control.Gs2BasicRequest<GetItemGroupMasterRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
GetItemGroupMasterRequest.Constant |
| Constructor and Description |
|---|
GetItemGroupMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getItemGroupName()
商品グループの名前を取得
|
String |
getShowcaseName()
ショーケースの名前を取得
|
void |
setItemGroupName(String itemGroupName)
商品グループの名前を設定
|
void |
setShowcaseName(String showcaseName)
ショーケースの名前を設定
|
GetItemGroupMasterRequest |
withItemGroupName(String itemGroupName)
商品グループの名前を設定
|
GetItemGroupMasterRequest |
withShowcaseName(String showcaseName)
ショーケースの名前を設定
|
public String getShowcaseName()
public void setShowcaseName(String showcaseName)
showcaseName - ショーケースの名前public GetItemGroupMasterRequest withShowcaseName(String showcaseName)
showcaseName - ショーケースの名前public String getItemGroupName()
public void setItemGroupName(String itemGroupName)
itemGroupName - 商品グループの名前public GetItemGroupMasterRequest withItemGroupName(String itemGroupName)
itemGroupName - 商品グループの名前Copyright © 2016 Game Server Services, Inc. AllRights Reserved.