com.foxinmy.weixin4j.qy.chat
Class WeixinChatMessage
java.lang.Object
com.foxinmy.weixin4j.qy.chat.WeixinChatMessage
- All Implemented Interfaces:
- Serializable
public class WeixinChatMessage
- extends Object
- implements Serializable
企业号聊天服务回调消息
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
items
public List<ChatItem> items
- 会话事件或消息
WeixinChatMessage
public WeixinChatMessage()
getCorpId
public String getCorpId()
getAgentType
public String getAgentType()
getFormatAgentType
public AgentType getFormatAgentType()
getItemCount
public int getItemCount()
getItems
public List<ChatItem> getItems()
getPackageId
public String getPackageId()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.