| 构造器和说明 |
|---|
NewsInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor() |
String |
getContentUrl() |
String |
getCoverUrl() |
String |
getDigest() |
Integer |
getShowCover() |
String |
getSourceUrl() |
String |
getTitle() |
void |
setAuthor(String author) |
void |
setContentUrl(String contentUrl) |
void |
setCoverUrl(String coverUrl) |
void |
setDigest(String digest) |
void |
setShowCover(Integer showCover) |
void |
setSourceUrl(String sourceUrl) |
void |
setTitle(String title) |
public String getTitle()
public void setTitle(String title)
public String getAuthor()
public void setAuthor(String author)
public String getDigest()
public void setDigest(String digest)
public Integer getShowCover()
public void setShowCover(Integer showCover)
public String getCoverUrl()
public void setCoverUrl(String coverUrl)
public String getContentUrl()
public void setContentUrl(String contentUrl)
public String getSourceUrl()
public void setSourceUrl(String sourceUrl)
Copyright © 2022. All rights reserved.