com.foxinmy.weixin4j.message
Class ImageMessage

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

public class ImageMessage
extends WeixinMessage

图片消息

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

Constructor Summary
ImageMessage()
           
 
Method Summary
 String getMediaId()
           
 String getPicUrl()
           
 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

ImageMessage

public ImageMessage()
Method Detail

getPicUrl

public String getPicUrl()

getMediaId

public String getMediaId()

toString

public String toString()
Overrides:
toString in class WeixinMessage


Copyright © 2014–2017. All rights reserved.