com.foxinmy.weixin4j.qy.chat
Class WeixinChatMessage

java.lang.Object
  extended by 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

Field Summary
 List<ChatItem> items
          会话事件或消息
 
Constructor Summary
WeixinChatMessage()
           
 
Method Summary
 String getAgentType()
           
 String getCorpId()
           
 AgentType getFormatAgentType()
           
 int getItemCount()
           
 List<ChatItem> getItems()
           
 String getPackageId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

items

public List<ChatItem> items
会话事件或消息

Constructor Detail

WeixinChatMessage

public WeixinChatMessage()
Method Detail

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.