public class IntelligentPromo extends AlipayObject
Constructor and Description |
---|
IntelligentPromo() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getAllowAutoDelay()
Gets allow auto delay.
|
String |
getAuditStatus()
Gets audit status.
|
String |
getCreateRequestNo()
Gets create request no.
|
PromoOperatorInfo |
getCreatorInfo()
Gets creator info.
|
String |
getDesc()
Gets desc.
|
String |
getExtInfo()
Gets ext info.
|
IntelligentPromoEffect |
getForecastEffect()
Gets forecast effect.
|
Date |
getGmtClosed()
Gets gmt closed.
|
Date |
getGmtEnabled()
Gets gmt enabled.
|
Date |
getGmtEnd()
Gets gmt end.
|
Date |
getGmtStart()
Gets gmt start.
|
List<InteligentMerchantPromo> |
getMerchantPromos()
Gets merchant promos.
|
String |
getName()
Gets name.
|
PromoOperatorInfo |
getOwnerInfo()
Gets owner info.
|
String |
getParentPromoId()
Gets parent promo id.
|
String |
getPlanId()
Gets plan id.
|
String |
getPromoId()
Gets promo id.
|
List<IntelligentPromoDetail> |
getPromos()
Gets promos.
|
String |
getStatus()
Gets status.
|
List<String> |
getSubPromoIds()
Gets sub promo ids.
|
String |
getSubStatus()
Gets sub status.
|
String |
getTemplateId()
Gets template id.
|
String |
getType()
Gets type.
|
void |
setAllowAutoDelay(Boolean allowAutoDelay)
Sets allow auto delay.
|
void |
setAuditStatus(String auditStatus)
Sets audit status.
|
void |
setCreateRequestNo(String createRequestNo)
Sets create request no.
|
void |
setCreatorInfo(PromoOperatorInfo creatorInfo)
Sets creator info.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setForecastEffect(IntelligentPromoEffect forecastEffect)
Sets forecast effect.
|
void |
setGmtClosed(Date gmtClosed)
Sets gmt closed.
|
void |
setGmtEnabled(Date gmtEnabled)
Sets gmt enabled.
|
void |
setGmtEnd(Date gmtEnd)
Sets gmt end.
|
void |
setGmtStart(Date gmtStart)
Sets gmt start.
|
void |
setMerchantPromos(List<InteligentMerchantPromo> merchantPromos)
Sets merchant promos.
|
void |
setName(String name)
Sets name.
|
void |
setOwnerInfo(PromoOperatorInfo ownerInfo)
Sets owner info.
|
void |
setParentPromoId(String parentPromoId)
Sets parent promo id.
|
void |
setPlanId(String planId)
Sets plan id.
|
void |
setPromoId(String promoId)
Sets promo id.
|
void |
setPromos(List<IntelligentPromoDetail> promos)
Sets promos.
|
void |
setStatus(String status)
Sets status.
|
void |
setSubPromoIds(List<String> subPromoIds)
Sets sub promo ids.
|
void |
setSubStatus(String subStatus)
Sets sub status.
|
void |
setTemplateId(String templateId)
Sets template id.
|
void |
setType(String type)
Sets type.
|
public Boolean getAllowAutoDelay()
public void setAllowAutoDelay(Boolean allowAutoDelay)
allowAutoDelay
- the allow auto delaypublic String getAuditStatus()
public void setAuditStatus(String auditStatus)
auditStatus
- the audit statuspublic String getCreateRequestNo()
public void setCreateRequestNo(String createRequestNo)
createRequestNo
- the create request nopublic PromoOperatorInfo getCreatorInfo()
public void setCreatorInfo(PromoOperatorInfo creatorInfo)
creatorInfo
- the creator infopublic 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 Date getGmtClosed()
public void setGmtClosed(Date gmtClosed)
gmtClosed
- the gmt closedpublic Date getGmtEnabled()
public void setGmtEnabled(Date gmtEnabled)
gmtEnabled
- the gmt enabledpublic Date getGmtEnd()
public void setGmtEnd(Date gmtEnd)
gmtEnd
- the gmt endpublic Date getGmtStart()
public void setGmtStart(Date gmtStart)
gmtStart
- the gmt startpublic List<InteligentMerchantPromo> getMerchantPromos()
public void setMerchantPromos(List<InteligentMerchantPromo> merchantPromos)
merchantPromos
- the merchant promospublic String getName()
public void setName(String name)
name
- the namepublic PromoOperatorInfo getOwnerInfo()
public void setOwnerInfo(PromoOperatorInfo ownerInfo)
ownerInfo
- the owner infopublic String getParentPromoId()
public void setParentPromoId(String parentPromoId)
parentPromoId
- the parent promo idpublic String getPlanId()
public void setPlanId(String planId)
planId
- the plan idpublic String getPromoId()
public void setPromoId(String promoId)
promoId
- the promo idpublic List<IntelligentPromoDetail> getPromos()
public void setPromos(List<IntelligentPromoDetail> promos)
promos
- the promospublic String getStatus()
public void setStatus(String status)
status
- the statuspublic void setSubPromoIds(List<String> subPromoIds)
subPromoIds
- the sub promo idspublic String getSubStatus()
public void setSubStatus(String subStatus)
subStatus
- the sub statuspublic String getTemplateId()
public void setTemplateId(String templateId)
templateId
- the template idpublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.