public class DiscountInfo extends AlipayObject
Constructor and Description |
---|
DiscountInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getApplyCondition()
Gets apply condition.
|
String |
getBuySendDesc()
Gets buy send desc.
|
String |
getDiscount()
Gets discount.
|
List<VoucherDescDetailModel> |
getDiscountNotes()
Gets discount notes.
|
String |
getDistance()
Gets distance.
|
String |
getEndTime()
Gets end time.
|
String |
getImageUrl()
Gets image url.
|
String |
getItemId()
Gets item id.
|
String |
getItemName()
Gets item name.
|
String |
getLabel()
Gets label.
|
String |
getOriginalPrice()
Gets original price.
|
String |
getPerPrice()
Gets per price.
|
String |
getPid()
Gets pid.
|
String |
getPrice()
Gets price.
|
String |
getReason()
Gets reason.
|
String |
getSendItemName()
Gets send item name.
|
String |
getShopId()
Gets shop id.
|
String |
getShopName()
Gets shop name.
|
String |
getSold()
Gets sold.
|
Date |
getStartTime()
Gets start time.
|
String |
getThresholdPrice()
Gets threshold price.
|
String |
getTopPrice()
Gets top price.
|
String |
getType()
Gets type.
|
String |
getValidityPeriod()
Gets validity period.
|
String |
getValidityPeriodRangeFrom()
Gets validity period range from.
|
String |
getValidityPeriodRangeTo()
Gets validity period range to.
|
String |
getValidityPeriodType()
Gets validity period type.
|
String |
getVolType()
Gets vol type.
|
void |
setApplyCondition(String applyCondition)
Sets apply condition.
|
void |
setBuySendDesc(String buySendDesc)
Sets buy send desc.
|
void |
setDiscount(String discount)
Sets discount.
|
void |
setDiscountNotes(List<VoucherDescDetailModel> discountNotes)
Sets discount notes.
|
void |
setDistance(String distance)
Sets distance.
|
void |
setEndTime(String endTime)
Sets end time.
|
void |
setImageUrl(String imageUrl)
Sets image url.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setItemName(String itemName)
Sets item name.
|
void |
setLabel(String label)
Sets label.
|
void |
setOriginalPrice(String originalPrice)
Sets original price.
|
void |
setPerPrice(String perPrice)
Sets per price.
|
void |
setPid(String pid)
Sets pid.
|
void |
setPrice(String price)
Sets price.
|
void |
setReason(String reason)
Sets reason.
|
void |
setSendItemName(String sendItemName)
Sets send item name.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setShopName(String shopName)
Sets shop name.
|
void |
setSold(String sold)
Sets sold.
|
void |
setStartTime(Date startTime)
Sets start time.
|
void |
setThresholdPrice(String thresholdPrice)
Sets threshold price.
|
void |
setTopPrice(String topPrice)
Sets top price.
|
void |
setType(String type)
Sets type.
|
void |
setValidityPeriod(String validityPeriod)
Sets validity period.
|
void |
setValidityPeriodRangeFrom(String validityPeriodRangeFrom)
Sets validity period range from.
|
void |
setValidityPeriodRangeTo(String validityPeriodRangeTo)
Sets validity period range to.
|
void |
setValidityPeriodType(String validityPeriodType)
Sets validity period type.
|
void |
setVolType(String volType)
Sets vol type.
|
public String getApplyCondition()
public void setApplyCondition(String applyCondition)
applyCondition
- the apply conditionpublic String getBuySendDesc()
public void setBuySendDesc(String buySendDesc)
buySendDesc
- the buy send descpublic String getDiscount()
public void setDiscount(String discount)
discount
- the discountpublic List<VoucherDescDetailModel> getDiscountNotes()
public void setDiscountNotes(List<VoucherDescDetailModel> discountNotes)
discountNotes
- the discount notespublic String getDistance()
public void setDistance(String distance)
distance
- the distancepublic String getEndTime()
public void setEndTime(String endTime)
endTime
- the end timepublic String getImageUrl()
public void setImageUrl(String imageUrl)
imageUrl
- the image urlpublic String getItemId()
public void setItemId(String itemId)
itemId
- the item idpublic String getItemName()
public void setItemName(String itemName)
itemName
- the item namepublic String getLabel()
public void setLabel(String label)
label
- the labelpublic String getOriginalPrice()
public void setOriginalPrice(String originalPrice)
originalPrice
- the original pricepublic String getPerPrice()
public void setPerPrice(String perPrice)
perPrice
- the per pricepublic String getPid()
public void setPid(String pid)
pid
- the pidpublic String getPrice()
public void setPrice(String price)
price
- the pricepublic String getReason()
public void setReason(String reason)
reason
- the reasonpublic String getSendItemName()
public void setSendItemName(String sendItemName)
sendItemName
- the send item namepublic String getShopId()
public void setShopId(String shopId)
shopId
- the shop idpublic String getShopName()
public void setShopName(String shopName)
shopName
- the shop namepublic String getSold()
public void setSold(String sold)
sold
- the soldpublic Date getStartTime()
public void setStartTime(Date startTime)
startTime
- the start timepublic String getThresholdPrice()
public void setThresholdPrice(String thresholdPrice)
thresholdPrice
- the threshold pricepublic String getTopPrice()
public void setTopPrice(String topPrice)
topPrice
- the top pricepublic String getType()
public void setType(String type)
type
- the typepublic String getValidityPeriod()
public void setValidityPeriod(String validityPeriod)
validityPeriod
- the validity periodpublic String getValidityPeriodRangeFrom()
public void setValidityPeriodRangeFrom(String validityPeriodRangeFrom)
validityPeriodRangeFrom
- the validity period range frompublic String getValidityPeriodRangeTo()
public void setValidityPeriodRangeTo(String validityPeriodRangeTo)
validityPeriodRangeTo
- the validity period range topublic String getValidityPeriodType()
public void setValidityPeriodType(String validityPeriodType)
validityPeriodType
- the validity period typepublic String getVolType()
public void setVolType(String volType)
volType
- the vol typeCopyright © 2018. All rights reserved.