public class DstCampRuleModel extends AlipayObject
Constructor and Description |
---|
DstCampRuleModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayCashier()
Gets alipay cashier.
|
String |
getDiscountType()
Gets discount type.
|
String |
getId()
Gets id.
|
String |
getPrizeCountPerAccount()
Gets prize count per account.
|
String |
getProductType()
Gets product type.
|
String |
getRuleUuid()
Gets rule uuid.
|
String |
getVoucherId()
Gets voucher id.
|
void |
setAlipayCashier(String alipayCashier)
Sets alipay cashier.
|
void |
setDiscountType(String discountType)
Sets discount type.
|
void |
setId(String id)
Sets id.
|
void |
setPrizeCountPerAccount(String prizeCountPerAccount)
Sets prize count per account.
|
void |
setProductType(String productType)
Sets product type.
|
void |
setRuleUuid(String ruleUuid)
Sets rule uuid.
|
void |
setVoucherId(String voucherId)
Sets voucher id.
|
public String getAlipayCashier()
public void setAlipayCashier(String alipayCashier)
alipayCashier
- the alipay cashierpublic String getDiscountType()
public void setDiscountType(String discountType)
discountType
- the discount typepublic String getId()
public void setId(String id)
id
- the idpublic String getPrizeCountPerAccount()
public void setPrizeCountPerAccount(String prizeCountPerAccount)
prizeCountPerAccount
- the prize count per accountpublic String getProductType()
public void setProductType(String productType)
productType
- the product typepublic String getRuleUuid()
public void setRuleUuid(String ruleUuid)
ruleUuid
- the rule uuidpublic String getVoucherId()
public void setVoucherId(String voucherId)
voucherId
- the voucher idCopyright © 2018. All rights reserved.