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 Summary
Nested Classes Modifier and Type Class Description static class
MenuLocationEventMessage.LocationInfo
地理位置信息
-
Constructor Summary
Constructors Constructor Description MenuLocationEventMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
getLocationInfo
public MenuLocationEventMessage.LocationInfo getLocationInfo()
-
toString
public String toString()
- Overrides:
toString
in classMenuEventMessage
-
-