com.github.sd4324530.fastweixin.message
类 Article
java.lang.Object
com.github.sd4324530.fastweixin.message.Article
- 直接已知子类:
- QYArticle
public class Article
- extends Object
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Article
public Article()
Article
public Article(String title)
Article
public Article(String title,
String url)
Article
public Article(String title,
String description,
String picUrl,
String url)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getPicUrl
public String getPicUrl()
setPicUrl
public void setPicUrl(String picUrl)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
toXml
public String toXml()
Copyright © 2017. All rights reserved.