public class KbExtItemInfo extends AlipayObject
| Constructor and Description | 
|---|
KbExtItemInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<BrandLevelInfo> | 
getBrandLevelInfoList()
Gets brand level info list. 
 | 
String | 
getBrief()
Gets brief. 
 | 
List<CategoryLevelInfo> | 
getCategoryLevelInfoList()
Gets category level info list. 
 | 
Long | 
getCount()
Gets count. 
 | 
String | 
getCountry()
Gets country. 
 | 
String | 
getCurrency()
Gets currency. 
 | 
String | 
getDescription()
Gets description. 
 | 
String | 
getGoodsId()
Gets goods id. 
 | 
String | 
getGoodsName()
Gets goods name. 
 | 
String | 
getInnerGoodsId()
Gets inner goods id. 
 | 
String | 
getItemFormat()
Gets item format. 
 | 
String | 
getPack()
Gets pack. 
 | 
List<String> | 
getPictureIdList()
Gets picture id list. 
 | 
Long | 
getPrice()
Gets price. 
 | 
String | 
getSpecification()
Gets specification. 
 | 
String | 
getUnit()
Gets unit. 
 | 
void | 
setBrandLevelInfoList(List<BrandLevelInfo> brandLevelInfoList)
Sets brand level info list. 
 | 
void | 
setBrief(String brief)
Sets brief. 
 | 
void | 
setCategoryLevelInfoList(List<CategoryLevelInfo> categoryLevelInfoList)
Sets category level info list. 
 | 
void | 
setCount(Long count)
Sets count. 
 | 
void | 
setCountry(String country)
Sets country. 
 | 
void | 
setCurrency(String currency)
Sets currency. 
 | 
void | 
setDescription(String description)
Sets description. 
 | 
void | 
setGoodsId(String goodsId)
Sets goods id. 
 | 
void | 
setGoodsName(String goodsName)
Sets goods name. 
 | 
void | 
setInnerGoodsId(String innerGoodsId)
Sets inner goods id. 
 | 
void | 
setItemFormat(String itemFormat)
Sets item format. 
 | 
void | 
setPack(String pack)
Sets pack. 
 | 
void | 
setPictureIdList(List<String> pictureIdList)
Sets picture id list. 
 | 
void | 
setPrice(Long price)
Sets price. 
 | 
void | 
setSpecification(String specification)
Sets specification. 
 | 
void | 
setUnit(String unit)
Sets unit. 
 | 
public List<BrandLevelInfo> getBrandLevelInfoList()
public void setBrandLevelInfoList(List<BrandLevelInfo> brandLevelInfoList)
brandLevelInfoList - the brand level info listpublic String getBrief()
public void setBrief(String brief)
brief - the briefpublic List<CategoryLevelInfo> getCategoryLevelInfoList()
public void setCategoryLevelInfoList(List<CategoryLevelInfo> categoryLevelInfoList)
categoryLevelInfoList - the category level info listpublic Long getCount()
public void setCount(Long count)
count - the countpublic String getCountry()
public void setCountry(String country)
country - the countrypublic String getCurrency()
public void setCurrency(String currency)
currency - the currencypublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic String getGoodsId()
public void setGoodsId(String goodsId)
goodsId - the goods idpublic String getGoodsName()
public void setGoodsName(String goodsName)
goodsName - the goods namepublic String getInnerGoodsId()
public void setInnerGoodsId(String innerGoodsId)
innerGoodsId - the inner goods idpublic String getItemFormat()
public void setItemFormat(String itemFormat)
itemFormat - the item formatpublic String getPack()
public void setPack(String pack)
pack - the packpublic List<String> getPictureIdList()
public void setPictureIdList(List<String> pictureIdList)
pictureIdList - the picture id listpublic Long getPrice()
public void setPrice(Long price)
price - the pricepublic String getSpecification()
public void setSpecification(String specification)
specification - the specificationpublic String getUnit()
public void setUnit(String unit)
unit - the unitCopyright © 2018. All rights reserved.