public class ItemQueryResponse extends AlipayObject
Constructor and Description |
---|
ItemQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCategoryId()
Gets category id.
|
String |
getCover()
Gets cover.
|
List<KoubeiItemDescription> |
getDescriptions()
Gets descriptions.
|
String |
getGmtEnd()
Gets gmt end.
|
String |
getGmtStart()
Gets gmt start.
|
Long |
getInventory()
Gets inventory.
|
String |
getItemId()
Gets item id.
|
String |
getItemStatus()
Gets item status.
|
String |
getItemType()
Gets item type.
|
String |
getMemo()
Gets memo.
|
String |
getOriginalPrice()
Gets original price.
|
List<String> |
getPicColl()
Gets pic coll.
|
String |
getPictureDetails()
Gets picture details.
|
String |
getPrice()
Gets price.
|
String |
getPriceMode()
Gets price mode.
|
String |
getShopIds()
Gets shop ids.
|
String |
getSubject()
Gets subject.
|
String |
getTbCover()
Gets tb cover.
|
KoubeiTradeVoucherItemTemplete |
getTradeVoucherItemTemplate()
Gets trade voucher item template.
|
Long |
getWeight()
Gets weight.
|
void |
setCategoryId(String categoryId)
Sets category id.
|
void |
setCover(String cover)
Sets cover.
|
void |
setDescriptions(List<KoubeiItemDescription> descriptions)
Sets descriptions.
|
void |
setGmtEnd(String gmtEnd)
Sets gmt end.
|
void |
setGmtStart(String gmtStart)
Sets gmt start.
|
void |
setInventory(Long inventory)
Sets inventory.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setItemStatus(String itemStatus)
Sets item status.
|
void |
setItemType(String itemType)
Sets item type.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setOriginalPrice(String originalPrice)
Sets original price.
|
void |
setPicColl(List<String> picColl)
Sets pic coll.
|
void |
setPictureDetails(String pictureDetails)
Sets picture details.
|
void |
setPrice(String price)
Sets price.
|
void |
setPriceMode(String priceMode)
Sets price mode.
|
void |
setShopIds(String shopIds)
Sets shop ids.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setTbCover(String tbCover)
Sets tb cover.
|
void |
setTradeVoucherItemTemplate(KoubeiTradeVoucherItemTemplete tradeVoucherItemTemplate)
Sets trade voucher item template.
|
void |
setWeight(Long weight)
Sets weight.
|
public String getCategoryId()
public void setCategoryId(String categoryId)
categoryId
- the category idpublic String getCover()
public void setCover(String cover)
cover
- the coverpublic List<KoubeiItemDescription> getDescriptions()
public void setDescriptions(List<KoubeiItemDescription> descriptions)
descriptions
- the descriptionspublic String getGmtEnd()
public void setGmtEnd(String gmtEnd)
gmtEnd
- the gmt endpublic String getGmtStart()
public void setGmtStart(String gmtStart)
gmtStart
- the gmt startpublic Long getInventory()
public void setInventory(Long inventory)
inventory
- the inventorypublic String getItemId()
public void setItemId(String itemId)
itemId
- the item idpublic String getItemStatus()
public void setItemStatus(String itemStatus)
itemStatus
- the item statuspublic String getItemType()
public void setItemType(String itemType)
itemType
- the item typepublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getOriginalPrice()
public void setOriginalPrice(String originalPrice)
originalPrice
- the original pricepublic void setPicColl(List<String> picColl)
picColl
- the pic collpublic String getPictureDetails()
public void setPictureDetails(String pictureDetails)
pictureDetails
- the picture detailspublic String getPrice()
public void setPrice(String price)
price
- the pricepublic String getPriceMode()
public void setPriceMode(String priceMode)
priceMode
- the price modepublic String getShopIds()
public void setShopIds(String shopIds)
shopIds
- the shop idspublic String getSubject()
public void setSubject(String subject)
subject
- the subjectpublic String getTbCover()
public void setTbCover(String tbCover)
tbCover
- the tb coverpublic KoubeiTradeVoucherItemTemplete getTradeVoucherItemTemplate()
public void setTradeVoucherItemTemplate(KoubeiTradeVoucherItemTemplete tradeVoucherItemTemplate)
tradeVoucherItemTemplate
- the trade voucher item templatepublic Long getWeight()
public void setWeight(Long weight)
weight
- the weightCopyright © 2018. All rights reserved.