public class DspCreative extends AlipayObject
| 构造器和说明 |
|---|
DspCreative() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<DspAppDownload> |
getAppDownload() |
List<DspCreativeElement> |
getCreativeElements() |
String |
getCreativeId() |
String |
getDeeplinkUrl() |
Date |
getEndDate() |
Date |
getStartDate() |
String |
getTargetUrl() |
String |
getTemplateId() |
String |
getTradeId() |
void |
setAppDownload(List<DspAppDownload> appDownload) |
void |
setCreativeElements(List<DspCreativeElement> creativeElements) |
void |
setCreativeId(String creativeId) |
void |
setDeeplinkUrl(String deeplinkUrl) |
void |
setEndDate(Date endDate) |
void |
setStartDate(Date startDate) |
void |
setTargetUrl(String targetUrl) |
void |
setTemplateId(String templateId) |
void |
setTradeId(String tradeId) |
public List<DspAppDownload> getAppDownload()
public void setAppDownload(List<DspAppDownload> appDownload)
public List<DspCreativeElement> getCreativeElements()
public void setCreativeElements(List<DspCreativeElement> creativeElements)
public String getCreativeId()
public void setCreativeId(String creativeId)
public String getDeeplinkUrl()
public void setDeeplinkUrl(String deeplinkUrl)
public Date getEndDate()
public void setEndDate(Date endDate)
public Date getStartDate()
public void setStartDate(Date startDate)
public String getTargetUrl()
public void setTargetUrl(String targetUrl)
public String getTemplateId()
public void setTemplateId(String templateId)
public String getTradeId()
public void setTradeId(String tradeId)
Copyright © 2023. All rights reserved.