com.belerweb.social.weixin.bean
Class Article

java.lang.Object
  extended by com.belerweb.social.weixin.bean.Article

public class Article
extends Object

图文


Constructor Summary
Article()
           
 
Method Summary
 String getDescription()
          图文消息描述
 String getPicUrl()
          图片链接,支持JPG、PNG格式,较好的效果为大图360*200,小图200*200
 String getTitle()
          图文消息标题
 String getUrl()
          点击图文消息跳转链接
 void setDescription(String description)
           
 void setPicUrl(String picUrl)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Article

public Article()
Method Detail

getTitle

public String getTitle()
图文消息标题


setTitle

public void setTitle(String title)

getDescription

public String getDescription()
图文消息描述


setDescription

public void setDescription(String description)

getPicUrl

public String getPicUrl()
图片链接,支持JPG、PNG格式,较好的效果为大图360*200,小图200*200


setPicUrl

public void setPicUrl(String picUrl)

getUrl

public String getUrl()
点击图文消息跳转链接


setUrl

public void setUrl(String url)


Copyright © 2014. All Rights Reserved.