public class ShopDiscountInfo extends AlipayObject
| Constructor and Description |
|---|
ShopDiscountInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCover()
Gets cover.
|
String |
getDescription()
Gets description.
|
String |
getIsAll()
Gets is all.
|
String |
getItemId()
Gets item id.
|
String |
getPromoSubType()
Gets promo sub type.
|
String |
getPromotionType()
Gets promotion type.
|
String |
getPurchaseMode()
Gets purchase mode.
|
String |
getSalesQuantity()
Gets sales quantity.
|
String |
getSubject()
Gets subject.
|
void |
setCover(String cover)
Sets cover.
|
void |
setDescription(String description)
Sets description.
|
void |
setIsAll(String isAll)
Sets is all.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setPromoSubType(String promoSubType)
Sets promo sub type.
|
void |
setPromotionType(String promotionType)
Sets promotion type.
|
void |
setPurchaseMode(String purchaseMode)
Sets purchase mode.
|
void |
setSalesQuantity(String salesQuantity)
Sets sales quantity.
|
void |
setSubject(String subject)
Sets subject.
|
public String getCover()
public void setCover(String cover)
cover - the coverpublic String getDescription()
public void setDescription(String description)
description - the descriptionpublic String getIsAll()
public void setIsAll(String isAll)
isAll - the is allpublic String getItemId()
public void setItemId(String itemId)
itemId - the item idpublic String getPromoSubType()
public void setPromoSubType(String promoSubType)
promoSubType - the promo sub typepublic String getPromotionType()
public void setPromotionType(String promotionType)
promotionType - the promotion typepublic String getPurchaseMode()
public void setPurchaseMode(String purchaseMode)
purchaseMode - the purchase modepublic String getSalesQuantity()
public void setSalesQuantity(String salesQuantity)
salesQuantity - the sales quantitypublic String getSubject()
public void setSubject(String subject)
subject - the subjectCopyright © 2018. All rights reserved.