public class IntelligentPromoDetail extends AlipayObject
Constructor and Description |
---|
IntelligentPromoDetail() |
Modifier and Type | Method and Description |
---|---|
BudgetInfo |
getBudget()
Gets budget.
|
String |
getCampId()
Gets camp id.
|
ConstraintInfo |
getConstraint()
Gets constraint.
|
CrowdConstraintInfo |
getCrowdConstraint()
Gets crowd constraint.
|
String |
getDesc()
Gets desc.
|
String |
getExtInfo()
Gets ext info.
|
IntelligentPromoEffect |
getForecastEffect()
Gets forecast effect.
|
String |
getMerchantPromoType()
Gets merchant promo type.
|
String |
getName()
Gets name.
|
List<PromoTool> |
getPromoTools()
Gets promo tools.
|
List<PublishChannel> |
getPublishChannels()
Gets publish channels.
|
String |
getTemplateId()
Gets template id.
|
void |
setBudget(BudgetInfo budget)
Sets budget.
|
void |
setCampId(String campId)
Sets camp id.
|
void |
setConstraint(ConstraintInfo constraint)
Sets constraint.
|
void |
setCrowdConstraint(CrowdConstraintInfo crowdConstraint)
Sets crowd constraint.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setForecastEffect(IntelligentPromoEffect forecastEffect)
Sets forecast effect.
|
void |
setMerchantPromoType(String merchantPromoType)
Sets merchant promo type.
|
void |
setName(String name)
Sets name.
|
void |
setPromoTools(List<PromoTool> promoTools)
Sets promo tools.
|
void |
setPublishChannels(List<PublishChannel> publishChannels)
Sets publish channels.
|
void |
setTemplateId(String templateId)
Sets template id.
|
public BudgetInfo getBudget()
public void setBudget(BudgetInfo budget)
budget
- the budgetpublic String getCampId()
public void setCampId(String campId)
campId
- the camp idpublic ConstraintInfo getConstraint()
public void setConstraint(ConstraintInfo constraint)
constraint
- the constraintpublic CrowdConstraintInfo getCrowdConstraint()
public void setCrowdConstraint(CrowdConstraintInfo crowdConstraint)
crowdConstraint
- the crowd constraintpublic String getDesc()
public void setDesc(String desc)
desc
- the descpublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic IntelligentPromoEffect getForecastEffect()
public void setForecastEffect(IntelligentPromoEffect forecastEffect)
forecastEffect
- the forecast effectpublic String getMerchantPromoType()
public void setMerchantPromoType(String merchantPromoType)
merchantPromoType
- the merchant promo typepublic String getName()
public void setName(String name)
name
- the namepublic void setPromoTools(List<PromoTool> promoTools)
promoTools
- the promo toolspublic List<PublishChannel> getPublishChannels()
public void setPublishChannels(List<PublishChannel> publishChannels)
publishChannels
- the publish channelspublic String getTemplateId()
public void setTemplateId(String templateId)
templateId
- the template idCopyright © 2018. All rights reserved.