public class AlipayOpenPublicContentPublishModel extends AlipayObject
Constructor and Description |
---|
AlipayOpenPublicContentPublishModel() |
Modifier and Type | Method and Description |
---|---|
String |
getActionUrl()
Gets action url.
|
String |
getArticleId()
Gets article id.
|
String |
getContent()
Gets content.
|
String |
getCoverImg()
Gets cover img.
|
String |
getDesc()
Gets desc.
|
Date |
getEndTime()
Gets end time.
|
String |
getSource()
Gets source.
|
String |
getTitle()
Gets title.
|
void |
setActionUrl(String actionUrl)
Sets action url.
|
void |
setArticleId(String articleId)
Sets article id.
|
void |
setContent(String content)
Sets content.
|
void |
setCoverImg(String coverImg)
Sets cover img.
|
void |
setDesc(String desc)
Sets desc.
|
void |
setEndTime(Date endTime)
Sets end time.
|
void |
setSource(String source)
Sets source.
|
void |
setTitle(String title)
Sets title.
|
public String getActionUrl()
public void setActionUrl(String actionUrl)
actionUrl
- the action urlpublic String getArticleId()
public void setArticleId(String articleId)
articleId
- the article idpublic String getContent()
public void setContent(String content)
content
- the contentpublic String getCoverImg()
public void setCoverImg(String coverImg)
coverImg
- the cover imgpublic String getDesc()
public void setDesc(String desc)
desc
- the descpublic Date getEndTime()
public void setEndTime(Date endTime)
endTime
- the end timepublic String getSource()
public void setSource(String source)
source
- the sourcepublic String getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2018. All rights reserved.