public class CdpDisplayContent extends AlipayObject
| 构造器和说明 |
|---|
CdpDisplayContent() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getActionUrl() |
String |
getExtInfo() |
Date |
getGmtEnd() |
Date |
getGmtStart() |
String |
getImageUrl() |
String |
getText() |
String |
getType() |
void |
setActionUrl(String actionUrl) |
void |
setExtInfo(String extInfo) |
void |
setGmtEnd(Date gmtEnd) |
void |
setGmtStart(Date gmtStart) |
void |
setImageUrl(String imageUrl) |
void |
setText(String text) |
void |
setType(String type) |
public String getActionUrl()
public void setActionUrl(String actionUrl)
public String getExtInfo()
public void setExtInfo(String extInfo)
public Date getGmtEnd()
public void setGmtEnd(Date gmtEnd)
public Date getGmtStart()
public void setGmtStart(Date gmtStart)
public String getImageUrl()
public void setImageUrl(String imageUrl)
public String getText()
public void setText(String text)
public String getType()
public void setType(String type)
Copyright © 2023. All rights reserved.