public class IntelligentPromoDetail extends AlipayObject
| 构造器和说明 |
|---|
IntelligentPromoDetail() |
| 限定符和类型 | 方法和说明 |
|---|---|
BudgetInfo |
getBudget() |
String |
getCampId() |
ConstraintInfo |
getConstraint() |
CrowdConstraintInfo |
getCrowdConstraint() |
String |
getDesc() |
String |
getExtInfo() |
IntelligentPromoEffect |
getForecastEffect() |
String |
getMerchantPromoType() |
String |
getName() |
List<PromoTool> |
getPromoTools() |
List<PublishChannel> |
getPublishChannels() |
String |
getTemplateId() |
void |
setBudget(BudgetInfo budget) |
void |
setCampId(String campId) |
void |
setConstraint(ConstraintInfo constraint) |
void |
setCrowdConstraint(CrowdConstraintInfo crowdConstraint) |
void |
setDesc(String desc) |
void |
setExtInfo(String extInfo) |
void |
setForecastEffect(IntelligentPromoEffect forecastEffect) |
void |
setMerchantPromoType(String merchantPromoType) |
void |
setName(String name) |
void |
setPromoTools(List<PromoTool> promoTools) |
void |
setPublishChannels(List<PublishChannel> publishChannels) |
void |
setTemplateId(String templateId) |
public BudgetInfo getBudget()
public void setBudget(BudgetInfo budget)
public String getCampId()
public void setCampId(String campId)
public ConstraintInfo getConstraint()
public void setConstraint(ConstraintInfo constraint)
public CrowdConstraintInfo getCrowdConstraint()
public void setCrowdConstraint(CrowdConstraintInfo crowdConstraint)
public String getDesc()
public void setDesc(String desc)
public String getExtInfo()
public void setExtInfo(String extInfo)
public IntelligentPromoEffect getForecastEffect()
public void setForecastEffect(IntelligentPromoEffect forecastEffect)
public String getMerchantPromoType()
public void setMerchantPromoType(String merchantPromoType)
public String getName()
public void setName(String name)
public List<PublishChannel> getPublishChannels()
public void setPublishChannels(List<PublishChannel> publishChannels)
public String getTemplateId()
public void setTemplateId(String templateId)
Copyright © 2020. All rights reserved.