com.foxinmy.weixin4j.tuple
Class Article

java.lang.Object
  extended by com.foxinmy.weixin4j.tuple.Article
All Implemented Interfaces:
Serializable

public class Article
extends Object
implements Serializable

客服消息图文

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
, Serialized Form

Constructor Summary
Article(String title, String desc, String picUrl, String url)
           
 
Method Summary
 String getDesc()
           
 String getPicUrl()
           
 String getTitle()
           
 String getUrl()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Article

public Article(String title,
               String desc,
               String picUrl,
               String url)
Parameters:
title - 标题
desc - 描述
picUrl - 图片链接
url - 跳转URL
Method Detail

getTitle

public String getTitle()

getDesc

public String getDesc()

getPicUrl

public String getPicUrl()

getUrl

public String getUrl()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014–2017. All rights reserved.