public class KoubeiCateringItemModifyModel extends AlipayObject
Constructor and Description |
---|
KoubeiCateringItemModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthCode()
Gets auth code.
|
List<AvailablePeriodInfo> |
getAvailablePeriods()
Gets available periods.
|
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 |
getLatestNotice()
Gets latest notice.
|
String |
getMemo()
Gets memo.
|
IntroductionInfo |
getMerchantIntroduction()
Gets merchant introduction.
|
String |
getOperatorType()
Gets operator type.
|
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 |
setAuthCode(String authCode)
Sets auth code.
|
void |
setAvailablePeriods(List<AvailablePeriodInfo> availablePeriods)
Sets available periods.
|
void |
setBuyerNotes(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 |
setLatestNotice(String latestNotice)
Sets latest notice.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setMerchantIntroduction(IntroductionInfo merchantIntroduction)
Sets merchant introduction.
|
void |
setOperatorType(String operatorType)
Sets operator type.
|
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.
|
public String getAuthCode()
public void setAuthCode(String authCode)
authCode
- the auth codepublic List<AvailablePeriodInfo> getAvailablePeriods()
public void setAvailablePeriods(List<AvailablePeriodInfo> availablePeriods)
availablePeriods
- the available periodspublic BuyerNotesInfo getBuyerNotes()
public void setBuyerNotes(BuyerNotesInfo buyerNotes)
buyerNotes
- the buyer notespublic String getCategoryId()
public void setCategoryId(String categoryId)
categoryId
- the category idpublic String getCover()
public void setCover(String cover)
cover
- the coverpublic String getExternalCodeInventoryId()
public void setExternalCodeInventoryId(String externalCodeInventoryId)
externalCodeInventoryId
- the external code inventory idpublic String getExternalCodeTemplateId()
public void setExternalCodeTemplateId(String externalCodeTemplateId)
externalCodeTemplateId
- the external code template idpublic Date getGmtEnd()
public void setGmtEnd(Date gmtEnd)
gmtEnd
- the gmt endpublic Date getGmtStart()
public void setGmtStart(Date gmtStart)
gmtStart
- the gmt startpublic Long getInventory()
public void setInventory(Long inventory)
inventory
- the inventorypublic List<ItemDishInfo> getItemDishes()
public void setItemDishes(List<ItemDishInfo> itemDishes)
itemDishes
- the item dishespublic String getItemDisplayChannel()
public void setItemDisplayChannel(String itemDisplayChannel)
itemDisplayChannel
- the item display channelpublic String getItemId()
public void setItemId(String itemId)
itemId
- the item idpublic List<ItemPackageInfo> getItemPackages()
public void setItemPackages(List<ItemPackageInfo> itemPackages)
itemPackages
- the item packagespublic String getLatestNotice()
public void setLatestNotice(String latestNotice)
latestNotice
- the latest noticepublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic IntroductionInfo getMerchantIntroduction()
public void setMerchantIntroduction(IntroductionInfo merchantIntroduction)
merchantIntroduction
- the merchant introductionpublic String getOperatorType()
public void setOperatorType(String operatorType)
operatorType
- the operator typepublic String getOriginalPrice()
public void setOriginalPrice(String originalPrice)
originalPrice
- the original pricepublic List<String> getPackageNotes()
public void setPackageNotes(List<String> packageNotes)
packageNotes
- the package notespublic List<String> getPictureDetails()
public void setPictureDetails(List<String> pictureDetails)
pictureDetails
- the picture detailspublic String getPrice()
public void setPrice(String price)
price
- the pricepublic String getRequestId()
public void setRequestId(String requestId)
requestId
- the request idpublic void setShopIds(List<String> shopIds)
shopIds
- the shop idspublic String getSkuId()
public void setSkuId(String skuId)
skuId
- the sku idpublic String getSubject()
public void setSubject(String subject)
subject
- the subjectpublic String getTaobaoCoverImage()
public void setTaobaoCoverImage(String taobaoCoverImage)
taobaoCoverImage
- the taobao cover imagepublic String getTicketDisplayMode()
public void setTicketDisplayMode(String ticketDisplayMode)
ticketDisplayMode
- the ticket display modepublic List<UnavailablePeriodInfo> getUnavailablePeriods()
public void setUnavailablePeriods(List<UnavailablePeriodInfo> unavailablePeriods)
unavailablePeriods
- the unavailable periodspublic Long getValidityPeriod()
public void setValidityPeriod(Long validityPeriod)
validityPeriod
- the validity periodpublic String getWeight()
public void setWeight(String weight)
weight
- the weightCopyright © 2018. All rights reserved.