com.github.sd4324530.fastweixin.api.entity
类 Article
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.entity.Article
- 所有已实现的接口:
- Model, Serializable
- 直接已知子类:
- QYMpArticle
public class Article
- extends BaseModel
群发图文信息时Article实体
====================================================================
上海聚攒软件开发有限公司
--------------------------------------------------------------------
- 作者:
- Nottyjay
====================================================================
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Article
public Article()
Article
public Article(String thumbMediaId,
String author,
String title,
String contentSourceUrl,
String content,
String digest,
Integer showConverPic)
getThumbMediaId
public String getThumbMediaId()
setThumbMediaId
public void setThumbMediaId(String thumbMediaId)
getAuthor
public String getAuthor()
setAuthor
public void setAuthor(String author)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getContentSourceUrl
public String getContentSourceUrl()
setContentSourceUrl
public void setContentSourceUrl(String contentSourceUrl)
getContent
public String getContent()
setContent
public void setContent(String content)
getDigest
public String getDigest()
setDigest
public void setDigest(String digest)
getShowConverPic
public Integer getShowConverPic()
setShowConverPic
public void setShowConverPic(Integer showConverPic)
Copyright © 2017. All rights reserved.