com.foxinmy.weixin4j.tuple
Class Article
java.lang.Object
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
Article
public Article(String title,
String desc,
String picUrl,
String url)
- Parameters:
title - 标题desc - 描述picUrl - 图片链接url - 跳转URL
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.