public class KoubeiItemModifyModel extends AlipayObject
Constructor and Description |
---|
KoubeiItemModifyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthCode()
Gets auth code.
|
String |
getCategoryId()
Gets category id.
|
String |
getCover()
Gets cover.
|
List<KoubeiItemDescription> |
getDescriptions()
Gets descriptions.
|
String |
getGmtEnd()
Gets gmt end.
|
Date |
getGmtStart()
Gets gmt start.
|
Long |
getInventory()
Gets inventory.
|
String |
getItemDetailUrl()
Gets item detail url.
|
String |
getItemId()
Gets item id.
|
String |
getMemo()
Gets memo.
|
KoubeiOperationContext |
getOperationContext()
Gets operation context.
|
String |
getOriginalPrice()
Gets original price.
|
String |
getPictureDetails()
Gets picture details.
|
String |
getPrice()
Gets price.
|
String |
getRequestId()
Gets request id.
|
String |
getShopIds()
Gets shop ids.
|
String |
getSubject()
Gets subject.
|
String |
getTbCover()
Gets tb cover.
|
KoubeiTradeVoucherItemTemplete |
getTradeVoucherItemTemplate()
Gets trade voucher item template.
|
String |
getWeight()
Gets weight.
|
void |
setAuthCode(String authCode)
Sets auth code.
|
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(Date gmtStart)
Sets gmt start.
|
void |
setInventory(Long inventory)
Sets inventory.
|
void |
setItemDetailUrl(String itemDetailUrl)
Sets item detail url.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setOperationContext(KoubeiOperationContext operationContext)
Sets operation context.
|
void |
setOriginalPrice(String originalPrice)
Sets original price.
|
void |
setPictureDetails(String pictureDetails)
Sets picture details.
|
void |
setPrice(String price)
Sets price.
|
void |
setRequestId(String requestId)
Sets request id.
|
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(String weight)
Sets weight.
|
public String getAuthCode()
public void setAuthCode(String authCode)
authCode
- the auth codepublic 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 Date getGmtStart()
public void setGmtStart(Date gmtStart)
gmtStart
- the gmt startpublic Long getInventory()
public void setInventory(Long inventory)
inventory
- the inventorypublic String getItemDetailUrl()
public void setItemDetailUrl(String itemDetailUrl)
itemDetailUrl
- the item detail urlpublic String getItemId()
public void setItemId(String itemId)
itemId
- the item idpublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic KoubeiOperationContext getOperationContext()
public void setOperationContext(KoubeiOperationContext operationContext)
operationContext
- the operation contextpublic String getOriginalPrice()
public void setOriginalPrice(String originalPrice)
originalPrice
- the original pricepublic String getPictureDetails()
public void setPictureDetails(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 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 String getWeight()
public void setWeight(String weight)
weight
- the weightCopyright © 2018. All rights reserved.