public class ItemGroupMaster extends Object implements Serializable
| Constructor and Description |
|---|
ItemGroupMaster() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCreateAt()
作成日時(エポック秒)を取得
|
String |
getItemGroupId()
商品グループGRNを取得
|
List<String> |
getItemNames()
販売している商品名のリストを取得
|
String |
getName()
商品グループ名を取得
|
Integer |
getUpdateAt()
最終更新日時(エポック秒)を取得
|
void |
setCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
void |
setItemGroupId(String itemGroupId)
商品グループGRNを設定
|
void |
setItemNames(List<String> itemNames)
販売している商品名のリストを設定
|
void |
setName(String name)
商品グループ名を設定
|
void |
setUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
com.fasterxml.jackson.databind.node.ObjectNode |
toJson() |
ItemGroupMaster |
withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
ItemGroupMaster |
withItemGroupId(String itemGroupId)
商品グループGRNを設定
|
ItemGroupMaster |
withItemNames(List<String> itemNames)
販売している商品名のリストを設定
|
ItemGroupMaster |
withName(String name)
商品グループ名を設定
|
ItemGroupMaster |
withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
public String getItemGroupId()
public void setItemGroupId(String itemGroupId)
itemGroupId - 商品グループGRNpublic ItemGroupMaster withItemGroupId(String itemGroupId)
itemGroupId - 商品グループGRNpublic String getName()
public void setName(String name)
name - 商品グループ名public ItemGroupMaster withName(String name)
name - 商品グループ名public void setItemNames(List<String> itemNames)
itemNames - 販売している商品名のリストpublic ItemGroupMaster withItemNames(List<String> itemNames)
itemNames - 販売している商品名のリストpublic Integer getCreateAt()
public void setCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public ItemGroupMaster withCreateAt(Integer createAt)
createAt - 作成日時(エポック秒)public Integer getUpdateAt()
public void setUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public ItemGroupMaster withUpdateAt(Integer updateAt)
updateAt - 最終更新日時(エポック秒)public com.fasterxml.jackson.databind.node.ObjectNode toJson()
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.