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 ====================================================================
另请参见:
序列化表格

嵌套类摘要
static class Article.ShowConverPic
           
 
构造方法摘要
Article()
           
Article(String thumbMediaId, String author, String title, String contentSourceUrl, String content, String digest, Integer showConverPic)
           
 
方法摘要
 String getAuthor()
           
 String getContent()
           
 String getContentSourceUrl()
           
 String getDigest()
           
 Integer getShowConverPic()
           
 String getThumbMediaId()
           
 String getTitle()
           
 void setAuthor(String author)
           
 void setContent(String content)
           
 void setContentSourceUrl(String contentSourceUrl)
           
 void setDigest(String digest)
           
 void setShowConverPic(Integer showConverPic)
           
 void setThumbMediaId(String thumbMediaId)
           
 void setTitle(String title)
           
 
从类 com.github.sd4324530.fastweixin.api.entity.BaseModel 继承的方法
toJsonString
 
从类 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.