public class KoubeiRetailItemQueryResponse extends AlipayResponse
Constructor and Description |
---|
KoubeiRetailItemQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCover()
Gets cover.
|
List<RetailItemDescription> |
getDescriptions()
Gets descriptions.
|
String |
getDiscountRate()
Gets discount rate.
|
String |
getGmtEnd()
Gets gmt end.
|
String |
getGmtStart()
Gets gmt start.
|
String |
getItemId()
Gets item id.
|
String |
getItemStatus()
Gets item status.
|
String |
getOriginalAmount()
Gets original amount.
|
List<String> |
getPictureList()
Gets picture list.
|
String |
getReduceToAmount()
Gets reduce to amount.
|
List<String> |
getShopList()
Gets shop list.
|
List<String> |
getSkuList()
Gets sku list.
|
String |
getTitle()
Gets title.
|
String |
getType()
Gets type.
|
String |
getValueAmount()
Gets value amount.
|
void |
setCover(String cover)
Sets cover.
|
void |
setDescriptions(List<RetailItemDescription> descriptions)
Sets descriptions.
|
void |
setDiscountRate(String discountRate)
Sets discount rate.
|
void |
setGmtEnd(String gmtEnd)
Sets gmt end.
|
void |
setGmtStart(String gmtStart)
Sets gmt start.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setItemStatus(String itemStatus)
Sets item status.
|
void |
setOriginalAmount(String originalAmount)
Sets original amount.
|
void |
setPictureList(List<String> pictureList)
Sets picture list.
|
void |
setReduceToAmount(String reduceToAmount)
Sets reduce to amount.
|
void |
setShopList(List<String> shopList)
Sets shop list.
|
void |
setSkuList(List<String> skuList)
Sets sku list.
|
void |
setTitle(String title)
Sets title.
|
void |
setType(String type)
Sets type.
|
void |
setValueAmount(String valueAmount)
Sets value amount.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setCover(String cover)
cover
- the coverpublic String getCover()
public void setDescriptions(List<RetailItemDescription> descriptions)
descriptions
- the descriptionspublic List<RetailItemDescription> getDescriptions()
public void setDiscountRate(String discountRate)
discountRate
- the discount ratepublic String getDiscountRate()
public void setGmtEnd(String gmtEnd)
gmtEnd
- the gmt endpublic String getGmtEnd()
public void setGmtStart(String gmtStart)
gmtStart
- the gmt startpublic String getGmtStart()
public void setItemId(String itemId)
itemId
- the item idpublic String getItemId()
public void setItemStatus(String itemStatus)
itemStatus
- the item statuspublic String getItemStatus()
public void setOriginalAmount(String originalAmount)
originalAmount
- the original amountpublic String getOriginalAmount()
public void setPictureList(List<String> pictureList)
pictureList
- the picture listpublic void setReduceToAmount(String reduceToAmount)
reduceToAmount
- the reduce to amountpublic String getReduceToAmount()
public void setShopList(List<String> shopList)
shopList
- the shop listpublic void setSkuList(List<String> skuList)
skuList
- the sku listpublic void setTitle(String title)
title
- the titlepublic String getTitle()
public void setType(String type)
type
- the typepublic String getType()
public void setValueAmount(String valueAmount)
valueAmount
- the value amountpublic String getValueAmount()
Copyright © 2018. All rights reserved.