public static class WxMpCurrentAutoReplyInfo.NewsItem extends Object implements Serializable
| 构造器和说明 |
|---|
NewsItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthor() |
String |
getContentUrl() |
String |
getCoverUrl() |
String |
getDigest() |
Boolean |
getShowCover() |
String |
getSourceUrl() |
String |
getTitle() |
void |
setAuthor(String author) |
void |
setContentUrl(String contentUrl) |
void |
setCoverUrl(String coverUrl) |
void |
setDigest(String digest) |
void |
setShowCover(Boolean showCover) |
void |
setSourceUrl(String sourceUrl) |
void |
setTitle(String title) |
String |
toString() |
public String getCoverUrl()
public void setCoverUrl(String coverUrl)
public String getAuthor()
public void setAuthor(String author)
public String getContentUrl()
public void setContentUrl(String contentUrl)
public String getDigest()
public void setDigest(String digest)
public Boolean getShowCover()
public void setShowCover(Boolean showCover)
public String getSourceUrl()
public void setSourceUrl(String sourceUrl)
public String getTitle()
public void setTitle(String title)
Copyright © 2017. All rights reserved.