Modifier and Type | Class and Description |
---|---|
static class |
WxMedia.Article.Builder |
Constructor and Description |
---|
Article() |
Modifier and Type | Method and Description |
---|---|
static WxMedia.Article.Builder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAuthor() |
String |
getContent() |
String |
getContentSourceUrl() |
String |
getDigest() |
String |
getThumbMediaId() |
String |
getTitle() |
String |
getUrl() |
int |
hashCode() |
boolean |
isShowCoverPic() |
void |
setAuthor(String author) |
void |
setContent(String content) |
void |
setContentSourceUrl(String contentSourceUrl) |
void |
setDigest(String digest) |
void |
setShowCoverPic(boolean showCoverPic) |
void |
setThumbMediaId(String thumbMediaId) |
void |
setTitle(String title) |
void |
setUrl(String url) |
String |
toString() |
public static WxMedia.Article.Builder builder()
public String getTitle()
public String getThumbMediaId()
public boolean isShowCoverPic()
public String getContent()
public String getContentSourceUrl()
public String getAuthor()
public String getDigest()
public String getUrl()
public void setTitle(String title)
public void setThumbMediaId(String thumbMediaId)
public void setShowCoverPic(boolean showCoverPic)
public void setContent(String content)
public void setContentSourceUrl(String contentSourceUrl)
public void setAuthor(String author)
public void setDigest(String digest)
public void setUrl(String url)
protected boolean canEqual(Object other)
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.