com.foxinmy.weixin4j.message.event
Class MenuLocationEventMessage

java.lang.Object
  extended by com.foxinmy.weixin4j.request.WeixinMessage
      extended by com.foxinmy.weixin4j.message.event.EventMessage
          extended by com.foxinmy.weixin4j.message.event.MenuEventMessage
              extended by com.foxinmy.weixin4j.message.event.MenuLocationEventMessage
All Implemented Interfaces:
Serializable

public class MenuLocationEventMessage
extends MenuEventMessage

弹出地理位置选择器的事件推送

Since:
JDK 1.6
Author:
jinyu(foxinmy@gmail.com)
See Also:
订阅号、服务号的弹出地理位置选择事件推送, 企业号的弹出地理位置选择事件推送, Serialized Form

Nested Class Summary
static class MenuLocationEventMessage.LocationInfo
          地理位置信息
 
Constructor Summary
MenuLocationEventMessage()
           
 
Method Summary
 MenuLocationEventMessage.LocationInfo getLocationInfo()
           
 String toString()
           
 
Methods inherited from class com.foxinmy.weixin4j.message.event.MenuEventMessage
getEventKey, getMenuId
 
Methods inherited from class com.foxinmy.weixin4j.message.event.EventMessage
getEventType
 
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

MenuLocationEventMessage

public MenuLocationEventMessage()
Method Detail

getLocationInfo

public MenuLocationEventMessage.LocationInfo getLocationInfo()

toString

public String toString()
Overrides:
toString in class MenuEventMessage


Copyright © 2014–2017. All rights reserved.