public class CdpDisplayContent extends AlipayObject
Constructor and Description |
---|
CdpDisplayContent() |
Modifier and Type | Method and Description |
---|---|
String |
getActionUrl()
Gets action url.
|
String |
getExtInfo()
Gets ext info.
|
Date |
getGmtEnd()
Gets gmt end.
|
Date |
getGmtStart()
Gets gmt start.
|
String |
getImageUrl()
Gets image url.
|
String |
getText()
Gets text.
|
String |
getType()
Gets type.
|
void |
setActionUrl(String actionUrl)
Sets action url.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setGmtEnd(Date gmtEnd)
Sets gmt end.
|
void |
setGmtStart(Date gmtStart)
Sets gmt start.
|
void |
setImageUrl(String imageUrl)
Sets image url.
|
void |
setText(String text)
Sets text.
|
void |
setType(String type)
Sets type.
|
public String getActionUrl()
public void setActionUrl(String actionUrl)
actionUrl
- the action urlpublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic Date getGmtEnd()
public void setGmtEnd(Date gmtEnd)
gmtEnd
- the gmt endpublic Date getGmtStart()
public void setGmtStart(Date gmtStart)
gmtStart
- the gmt startpublic String getImageUrl()
public void setImageUrl(String imageUrl)
imageUrl
- the image urlpublic String getText()
public void setText(String text)
text
- the textpublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.