Class MenuLocationEventMessage
- java.lang.Object
- 
- com.foxinmy.weixin4j.request.WeixinMessage
- 
- com.foxinmy.weixin4j.message.event.EventMessage
- 
- com.foxinmy.weixin4j.message.event.MenuEventMessage
- 
- 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 SummaryNested Classes Modifier and Type Class Description static classMenuLocationEventMessage.LocationInfo地理位置信息
 - 
Constructor SummaryConstructors Constructor Description MenuLocationEventMessage()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MenuLocationEventMessage.LocationInfogetLocationInfo()StringtoString()- 
Methods inherited from class com.foxinmy.weixin4j.message.event.MenuEventMessagegetEventKey, getMenuId
 - 
Methods inherited from class com.foxinmy.weixin4j.message.event.EventMessagegetEventType
 - 
Methods inherited from class com.foxinmy.weixin4j.request.WeixinMessageequals, getAgentId, getCreateTime, getFormatCreateTime, getFormatMsgType, getFromUserName, getMsgId, getMsgType, getToUserName, hashCode
 
- 
 
- 
- 
- 
Method Detail- 
getLocationInfopublic MenuLocationEventMessage.LocationInfo getLocationInfo() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- MenuEventMessage
 
 
- 
 
-