public class NewsItem extends Object
| Constructor and Description |
|---|
NewsItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getContent() |
String |
getContentSourceUrl() |
String |
getDigest() |
String |
getShowCoverPic() |
String |
getThumbMediaId() |
String |
getThumbUrl() |
String |
getTitle() |
String |
getUrl() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setContentSourceUrl(String contentSourceUrl) |
void |
setDigest(String digest) |
void |
setShowCoverPic(String showCoverPic) |
void |
setThumbMediaId(String thumbMediaId) |
void |
setThumbUrl(String thumbUrl) |
void |
setTitle(String title) |
void |
setUrl(String url) |
public String getTitle()
public void setTitle(String title)
public String getThumbMediaId()
public void setThumbMediaId(String thumbMediaId)
public String getThumbUrl()
public void setThumbUrl(String thumbUrl)
public String getShowCoverPic()
public void setShowCoverPic(String 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 © 2018. All rights reserved.