public class InsMktCampaignDTO extends AlipayObject
Constructor and Description |
---|
InsMktCampaignDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getCampaignId()
Gets campaign id.
|
Long |
getCirculation()
Gets circulation.
|
InsMktCouponConfigDTO |
getCouponConfig()
Gets coupon config.
|
Date |
getEndTime()
Gets end time.
|
String |
getMemo()
Gets memo.
|
List<InsMktObjectDTO> |
getMktObjects()
Gets mkt objects.
|
String |
getName()
Gets name.
|
String |
getSendAlgorithm()
Gets send algorithm.
|
Long |
getSendFrqncType()
Gets send frqnc type.
|
Long |
getSendFrqncValue()
Gets send frqnc value.
|
Date |
getStartTime()
Gets start time.
|
Long |
getStatus()
Gets status.
|
void |
setCampaignId(String campaignId)
Sets campaign id.
|
void |
setCirculation(Long circulation)
Sets circulation.
|
void |
setCouponConfig(InsMktCouponConfigDTO couponConfig)
Sets coupon config.
|
void |
setEndTime(Date endTime)
Sets end time.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setMktObjects(List<InsMktObjectDTO> mktObjects)
Sets mkt objects.
|
void |
setName(String name)
Sets name.
|
void |
setSendAlgorithm(String sendAlgorithm)
Sets send algorithm.
|
void |
setSendFrqncType(Long sendFrqncType)
Sets send frqnc type.
|
void |
setSendFrqncValue(Long sendFrqncValue)
Sets send frqnc value.
|
void |
setStartTime(Date startTime)
Sets start time.
|
void |
setStatus(Long status)
Sets status.
|
public String getCampaignId()
public void setCampaignId(String campaignId)
campaignId
- the campaign idpublic Long getCirculation()
public void setCirculation(Long circulation)
circulation
- the circulationpublic InsMktCouponConfigDTO getCouponConfig()
public void setCouponConfig(InsMktCouponConfigDTO couponConfig)
couponConfig
- the coupon configpublic Date getEndTime()
public void setEndTime(Date endTime)
endTime
- the end timepublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic List<InsMktObjectDTO> getMktObjects()
public void setMktObjects(List<InsMktObjectDTO> mktObjects)
mktObjects
- the mkt objectspublic String getName()
public void setName(String name)
name
- the namepublic String getSendAlgorithm()
public void setSendAlgorithm(String sendAlgorithm)
sendAlgorithm
- the send algorithmpublic Long getSendFrqncType()
public void setSendFrqncType(Long sendFrqncType)
sendFrqncType
- the send frqnc typepublic Long getSendFrqncValue()
public void setSendFrqncValue(Long sendFrqncValue)
sendFrqncValue
- the send frqnc valuepublic Date getStartTime()
public void setStartTime(Date startTime)
startTime
- the start timepublic Long getStatus()
public void setStatus(Long status)
status
- the statusCopyright © 2018. All rights reserved.