public class PromoteItemModel extends AlipayObject
| Constructor and Description |
|---|
PromoteItemModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrandName()
Gets brand name.
|
String |
getMerchantName()
Gets merchant name.
|
String |
getVoucherName()
Gets voucher name.
|
void |
setBrandName(String brandName)
Sets brand name.
|
void |
setMerchantName(String merchantName)
Sets merchant name.
|
void |
setVoucherName(String voucherName)
Sets voucher name.
|
public String getBrandName()
public void setBrandName(String brandName)
brandName - the brand namepublic String getMerchantName()
public void setMerchantName(String merchantName)
merchantName - the merchant namepublic String getVoucherName()
public void setVoucherName(String voucherName)
voucherName - the voucher nameCopyright © 2018. All rights reserved.