public class DiscountDetail extends AlipayObject
Constructor and Description |
---|
DiscountDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getDiscountAmount()
Gets discount amount.
|
List<String> |
getDiscountDesc()
Gets discount desc.
|
String |
getDiscountType()
Gets discount type.
|
String |
getId()
Gets id.
|
String |
getIsHit()
Gets is hit.
|
String |
getIsPurchased()
Gets is purchased.
|
String |
getName()
Gets name.
|
void |
setDiscountAmount(String discountAmount)
Sets discount amount.
|
void |
setDiscountDesc(List<String> discountDesc)
Sets discount desc.
|
void |
setDiscountType(String discountType)
Sets discount type.
|
void |
setId(String id)
Sets id.
|
void |
setIsHit(String isHit)
Sets is hit.
|
void |
setIsPurchased(String isPurchased)
Sets is purchased.
|
void |
setName(String name)
Sets name.
|
public String getDiscountAmount()
public void setDiscountAmount(String discountAmount)
discountAmount
- the discount amountpublic List<String> getDiscountDesc()
public void setDiscountDesc(List<String> discountDesc)
discountDesc
- the discount descpublic String getDiscountType()
public void setDiscountType(String discountType)
discountType
- the discount typepublic String getId()
public void setId(String id)
id
- the idpublic String getIsHit()
public void setIsHit(String isHit)
isHit
- the is hitpublic String getIsPurchased()
public void setIsPurchased(String isPurchased)
isPurchased
- the is purchasedpublic String getName()
public void setName(String name)
name
- the nameCopyright © 2018. All rights reserved.