public class NewsContentItem extends Object implements Serializable
| Constructor and Description |
|---|
NewsContentItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getContent() |
String |
getContentSourceUrl() |
String |
getDigest() |
Integer |
getShowCoverPic() |
String |
getThumbMediaId() |
String |
getTitle() |
String |
getUrl() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setContentSourceUrl(String contentSourceUrl) |
void |
setDigest(String digest) |
void |
setShowCoverPic(Integer showCoverPic) |
void |
setThumbMediaId(String thumbMediaId) |
void |
setTitle(String title) |
void |
setUrl(String url) |
String |
toString() |
public String getTitle()
public void setTitle(String title)
public String getThumbMediaId()
public void setThumbMediaId(String thumbMediaId)
public Integer getShowCoverPic()
public void setShowCoverPic(Integer showCoverPic)
public String getAuthor()
public void setAuthor(String author)
public String getDigest()
public void setDigest(String digest)
public String getContent()
public void setContent(String content)
public String getUrl()
public void setUrl(String url)
public String getContentSourceUrl()
public void setContentSourceUrl(String contentSourceUrl)
Copyright © 2019. All rights reserved.