public class SceneContent extends AlipayObject
Constructor and Description |
---|
SceneContent() |
Modifier and Type | Method and Description |
---|---|
Long |
getArticleClassify()
Gets article classify.
|
String |
getAuthor()
Gets author.
|
String |
getContentId()
Gets content id.
|
String |
getCover()
Gets cover.
|
List<String> |
getImageList()
Gets image list.
|
String |
getPublicId()
Gets public id.
|
String |
getPublicName()
Gets public name.
|
String |
getScheme()
Gets scheme.
|
String |
getScm()
Gets scm.
|
String |
getSummary()
Gets summary.
|
String |
getTitle()
Gets title.
|
Long |
getTotalPraiseCount()
Gets total praise count.
|
Long |
getTotalReplyCount()
Gets total reply count.
|
Long |
getTotalViewCount()
Gets total view count.
|
String |
getType()
Gets type.
|
void |
setArticleClassify(Long articleClassify)
Sets article classify.
|
void |
setAuthor(String author)
Sets author.
|
void |
setContentId(String contentId)
Sets content id.
|
void |
setCover(String cover)
Sets cover.
|
void |
setImageList(List<String> imageList)
Sets image list.
|
void |
setPublicId(String publicId)
Sets public id.
|
void |
setPublicName(String publicName)
Sets public name.
|
void |
setScheme(String scheme)
Sets scheme.
|
void |
setScm(String scm)
Sets scm.
|
void |
setSummary(String summary)
Sets summary.
|
void |
setTitle(String title)
Sets title.
|
void |
setTotalPraiseCount(Long totalPraiseCount)
Sets total praise count.
|
void |
setTotalReplyCount(Long totalReplyCount)
Sets total reply count.
|
void |
setTotalViewCount(Long totalViewCount)
Sets total view count.
|
void |
setType(String type)
Sets type.
|
public Long getArticleClassify()
public void setArticleClassify(Long articleClassify)
articleClassify
- the article classifypublic String getAuthor()
public void setAuthor(String author)
author
- the authorpublic String getContentId()
public void setContentId(String contentId)
contentId
- the content idpublic String getCover()
public void setCover(String cover)
cover
- the coverpublic void setImageList(List<String> imageList)
imageList
- the image listpublic String getPublicId()
public void setPublicId(String publicId)
publicId
- the public idpublic String getPublicName()
public void setPublicName(String publicName)
publicName
- the public namepublic String getScheme()
public void setScheme(String scheme)
scheme
- the schemepublic String getScm()
public void setScm(String scm)
scm
- the scmpublic String getSummary()
public void setSummary(String summary)
summary
- the summarypublic String getTitle()
public void setTitle(String title)
title
- the titlepublic Long getTotalPraiseCount()
public void setTotalPraiseCount(Long totalPraiseCount)
totalPraiseCount
- the total praise countpublic Long getTotalReplyCount()
public void setTotalReplyCount(Long totalReplyCount)
totalReplyCount
- the total reply countpublic Long getTotalViewCount()
public void setTotalViewCount(Long totalViewCount)
totalViewCount
- the total view countpublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.