com.foxinmy.weixin4j.qy.chat
Class ChatItem
java.lang.Object
com.foxinmy.weixin4j.qy.chat.ChatItem
- All Implemented Interfaces:
- Serializable
public class ChatItem
- extends Object
- implements Serializable
会话事件或消息
- Since:
- JDK 1.6
- Author:
- jinyu(foxinmy@gmail.com)
- See Also:
,
Serialized Form
ChatItem
public ChatItem()
getOperatorId
public String getOperatorId()
getCreateTime
public long getCreateTime()
getFormatCreateTime
public Date getFormatCreateTime()
getMsgType
public String getMsgType()
getFormatMsgType
public MessageType getFormatMsgType()
getEventType
public String getEventType()
getFormatEventType
public ChatEventType getFormatEventType()
getChatId
public String getChatId()
getChatName
public String getChatName()
getOwnerId
public String getOwnerId()
getMembers
public String getMembers()
getFormatMembers
public List<String> getFormatMembers()
getAddMembers
public String getAddMembers()
getFormatAddMembers
public List<String> getFormatAddMembers()
getDeleteMembers
public String getDeleteMembers()
getFormatDeleteMembers
public List<String> getFormatDeleteMembers()
getMsgId
public long getMsgId()
getReceiver
public ChatReceiver getReceiver()
getContent
public String getContent()
getPicUrl
public String getPicUrl()
getMediaId
public String getMediaId()
getSerialversionuid
public static long getSerialversionuid()
getTitle
public String getTitle()
getDescription
public String getDescription()
getUrl
public String getUrl()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2014–2017. All rights reserved.