public class AlipayOfflineMarketProductQuerydetailResponse extends AlipayResponse
Constructor and Description |
---|
AlipayOfflineMarketProductQuerydetailResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCover()
Gets cover.
|
List<AlipayDataItemDescription> |
getDescriptions()
Gets descriptions.
|
Date |
getGmtEnd()
Gets gmt end.
|
Date |
getGmtStart()
Gets gmt start.
|
Long |
getInventory()
Gets inventory.
|
Boolean |
getIsAutoExpanded()
Gets is auto expanded.
|
String |
getItemStatus()
Gets item status.
|
String |
getItemType()
Gets item type.
|
String |
getPicColl()
Gets pic coll.
|
String |
getPurchaseMode()
Gets purchase mode.
|
AlipayDataItemSalesRule |
getSalesRule()
Gets sales rule.
|
List<String> |
getShopList()
Gets shop list.
|
String |
getSubject()
Gets subject.
|
AlipayDataItemVoucherTemplete |
getVoucherTemplete()
Gets voucher templete.
|
Long |
getWeight()
Gets weight.
|
void |
setCover(String cover)
Sets cover.
|
void |
setDescriptions(List<AlipayDataItemDescription> descriptions)
Sets descriptions.
|
void |
setGmtEnd(Date gmtEnd)
Sets gmt end.
|
void |
setGmtStart(Date gmtStart)
Sets gmt start.
|
void |
setInventory(Long inventory)
Sets inventory.
|
void |
setIsAutoExpanded(Boolean isAutoExpanded)
Sets is auto expanded.
|
void |
setItemStatus(String itemStatus)
Sets item status.
|
void |
setItemType(String itemType)
Sets item type.
|
void |
setPicColl(String picColl)
Sets pic coll.
|
void |
setPurchaseMode(String purchaseMode)
Sets purchase mode.
|
void |
setSalesRule(AlipayDataItemSalesRule salesRule)
Sets sales rule.
|
void |
setShopList(List<String> shopList)
Sets shop list.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setVoucherTemplete(AlipayDataItemVoucherTemplete voucherTemplete)
Sets voucher templete.
|
void |
setWeight(Long weight)
Sets weight.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayOfflineMarketProductQuerydetailResponse()
public void setCover(String cover)
cover
- the coverpublic String getCover()
public void setDescriptions(List<AlipayDataItemDescription> descriptions)
descriptions
- the descriptionspublic List<AlipayDataItemDescription> getDescriptions()
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 setIsAutoExpanded(Boolean isAutoExpanded)
isAutoExpanded
- the is auto expandedpublic Boolean getIsAutoExpanded()
public void setItemStatus(String itemStatus)
itemStatus
- the item statuspublic String getItemStatus()
public void setItemType(String itemType)
itemType
- the item typepublic String getItemType()
public void setPicColl(String picColl)
picColl
- the pic collpublic String getPicColl()
public void setPurchaseMode(String purchaseMode)
purchaseMode
- the purchase modepublic String getPurchaseMode()
public void setSalesRule(AlipayDataItemSalesRule salesRule)
salesRule
- the sales rulepublic AlipayDataItemSalesRule getSalesRule()
public void setShopList(List<String> shopList)
shopList
- the shop listpublic void setSubject(String subject)
subject
- the subjectpublic String getSubject()
public void setVoucherTemplete(AlipayDataItemVoucherTemplete voucherTemplete)
voucherTemplete
- the voucher templetepublic AlipayDataItemVoucherTemplete getVoucherTemplete()
public void setWeight(Long weight)
weight
- the weightpublic Long getWeight()
Copyright © 2018. All rights reserved.