public class KoubeiCateringItemQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
KoubeiCateringItemQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<AvailablePeriodInfo> |
getAvailablePeriods()
Gets available periods.
|
List<BuyerNotesInfo> |
getBuyerNotes()
Gets buyer notes.
|
String |
getCategoryId()
Gets category id.
|
String |
getCover()
Gets cover.
|
String |
getExternalCodeInventoryId()
Gets external code inventory id.
|
String |
getExternalCodeTemplateId()
Gets external code template id.
|
Date |
getGmtEnd()
Gets gmt end.
|
Date |
getGmtStart()
Gets gmt start.
|
Long |
getInventory()
Gets inventory.
|
List<ItemDishInfo> |
getItemDishes()
Gets item dishes.
|
String |
getItemDisplayChannel()
Gets item display channel.
|
String |
getItemId()
Gets item id.
|
List<ItemPackageInfo> |
getItemPackages()
Gets item packages.
|
String |
getItemStatus()
Gets item status.
|
String |
getLatestNotice()
Gets latest notice.
|
String |
getMemo()
Gets memo.
|
IntroductionInfo |
getMerchantIntroduction()
Gets merchant introduction.
|
String |
getOriginalPrice()
Gets original price.
|
List<String> |
getPackageNotes()
Gets package notes.
|
List<String> |
getPictureDetails()
Gets picture details.
|
String |
getPrice()
Gets price.
|
String |
getRequestId()
Gets request id.
|
List<String> |
getShopIds()
Gets shop ids.
|
String |
getSkuId()
Gets sku id.
|
String |
getSubject()
Gets subject.
|
String |
getTaobaoCoverImage()
Gets taobao cover image.
|
String |
getTicketDisplayMode()
Gets ticket display mode.
|
List<UnavailablePeriodInfo> |
getUnavailablePeriods()
Gets unavailable periods.
|
Long |
getValidityPeriod()
Gets validity period.
|
String |
getWeight()
Gets weight.
|
void |
setAvailablePeriods(List<AvailablePeriodInfo> availablePeriods)
Sets available periods.
|
void |
setBuyerNotes(List<BuyerNotesInfo> buyerNotes)
Sets buyer notes.
|
void |
setCategoryId(String categoryId)
Sets category id.
|
void |
setCover(String cover)
Sets cover.
|
void |
setExternalCodeInventoryId(String externalCodeInventoryId)
Sets external code inventory id.
|
void |
setExternalCodeTemplateId(String externalCodeTemplateId)
Sets external code template id.
|
void |
setGmtEnd(Date gmtEnd)
Sets gmt end.
|
void |
setGmtStart(Date gmtStart)
Sets gmt start.
|
void |
setInventory(Long inventory)
Sets inventory.
|
void |
setItemDishes(List<ItemDishInfo> itemDishes)
Sets item dishes.
|
void |
setItemDisplayChannel(String itemDisplayChannel)
Sets item display channel.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setItemPackages(List<ItemPackageInfo> itemPackages)
Sets item packages.
|
void |
setItemStatus(String itemStatus)
Sets item status.
|
void |
setLatestNotice(String latestNotice)
Sets latest notice.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setMerchantIntroduction(IntroductionInfo merchantIntroduction)
Sets merchant introduction.
|
void |
setOriginalPrice(String originalPrice)
Sets original price.
|
void |
setPackageNotes(List<String> packageNotes)
Sets package notes.
|
void |
setPictureDetails(List<String> pictureDetails)
Sets picture details.
|
void |
setPrice(String price)
Sets price.
|
void |
setRequestId(String requestId)
Sets request id.
|
void |
setShopIds(List<String> shopIds)
Sets shop ids.
|
void |
setSkuId(String skuId)
Sets sku id.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setTaobaoCoverImage(String taobaoCoverImage)
Sets taobao cover image.
|
void |
setTicketDisplayMode(String ticketDisplayMode)
Sets ticket display mode.
|
void |
setUnavailablePeriods(List<UnavailablePeriodInfo> unavailablePeriods)
Sets unavailable periods.
|
void |
setValidityPeriod(Long validityPeriod)
Sets validity period.
|
void |
setWeight(String weight)
Sets weight.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAvailablePeriods(List<AvailablePeriodInfo> availablePeriods)
availablePeriods - the available periodspublic List<AvailablePeriodInfo> getAvailablePeriods()
public void setBuyerNotes(List<BuyerNotesInfo> buyerNotes)
buyerNotes - the buyer notespublic List<BuyerNotesInfo> getBuyerNotes()
public void setCategoryId(String categoryId)
categoryId - the category idpublic String getCategoryId()
public void setCover(String cover)
cover - the coverpublic String getCover()
public void setExternalCodeInventoryId(String externalCodeInventoryId)
externalCodeInventoryId - the external code inventory idpublic String getExternalCodeInventoryId()
public void setExternalCodeTemplateId(String externalCodeTemplateId)
externalCodeTemplateId - the external code template idpublic String getExternalCodeTemplateId()
public void setGmtEnd(Date gmtEnd)
gmtEnd - the gmt endpublic Date getGmtEnd()
public void setGmtStart(Date gmtStart)
gmtStart - the gmt startpublic Date getGmtStart()
public void setInventory(Long inventory)
inventory - the inventorypublic Long getInventory()
public void setItemDishes(List<ItemDishInfo> itemDishes)
itemDishes - the item dishespublic List<ItemDishInfo> getItemDishes()
public void setItemDisplayChannel(String itemDisplayChannel)
itemDisplayChannel - the item display channelpublic String getItemDisplayChannel()
public void setItemId(String itemId)
itemId - the item idpublic String getItemId()
public void setItemPackages(List<ItemPackageInfo> itemPackages)
itemPackages - the item packagespublic List<ItemPackageInfo> getItemPackages()
public void setItemStatus(String itemStatus)
itemStatus - the item statuspublic String getItemStatus()
public void setLatestNotice(String latestNotice)
latestNotice - the latest noticepublic String getLatestNotice()
public void setMemo(String memo)
memo - the memopublic String getMemo()
public void setMerchantIntroduction(IntroductionInfo merchantIntroduction)
merchantIntroduction - the merchant introductionpublic IntroductionInfo getMerchantIntroduction()
public void setOriginalPrice(String originalPrice)
originalPrice - the original pricepublic String getOriginalPrice()
public void setPackageNotes(List<String> packageNotes)
packageNotes - the package notespublic List<String> getPackageNotes()
public void setPictureDetails(List<String> pictureDetails)
pictureDetails - the picture detailspublic List<String> getPictureDetails()
public void setPrice(String price)
price - the pricepublic String getPrice()
public void setRequestId(String requestId)
requestId - the request idpublic String getRequestId()
public void setShopIds(List<String> shopIds)
shopIds - the shop idspublic void setSkuId(String skuId)
skuId - the sku idpublic String getSkuId()
public void setSubject(String subject)
subject - the subjectpublic String getSubject()
public void setTaobaoCoverImage(String taobaoCoverImage)
taobaoCoverImage - the taobao cover imagepublic String getTaobaoCoverImage()
public void setTicketDisplayMode(String ticketDisplayMode)
ticketDisplayMode - the ticket display modepublic String getTicketDisplayMode()
public void setUnavailablePeriods(List<UnavailablePeriodInfo> unavailablePeriods)
unavailablePeriods - the unavailable periodspublic List<UnavailablePeriodInfo> getUnavailablePeriods()
public void setValidityPeriod(Long validityPeriod)
validityPeriod - the validity periodpublic Long getValidityPeriod()
public void setWeight(String weight)
weight - the weightpublic String getWeight()
Copyright © 2018. All rights reserved.