com.foxinmy.weixin4j.message
Class LinkMessage

java.lang.Object
  extended by com.foxinmy.weixin4j.request.WeixinMessage
      extended by com.foxinmy.weixin4j.message.LinkMessage
All Implemented Interfaces:
Serializable

public class LinkMessage
extends WeixinMessage

链接消息

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
订阅号、服务号的链接消息, 企业号的链接消息, Serialized Form

Constructor Summary
LinkMessage()
           
 
Method Summary
 String getDescription()
           
 String getTitle()
           
 String getUrl()
           
 String toString()
           
 
Methods inherited from class com.foxinmy.weixin4j.request.WeixinMessage
equals, getAgentId, getCreateTime, getFormatCreateTime, getFormatMsgType, getFromUserName, getMsgId, getMsgType, getToUserName, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkMessage

public LinkMessage()
Method Detail

getTitle

public String getTitle()

getDescription

public String getDescription()

getUrl

public String getUrl()

toString

public String toString()
Overrides:
toString in class WeixinMessage


Copyright © 2014–2017. All rights reserved.