Package com.zone.weixin4j.qy.chat
Class ChatItem
- java.lang.Object
-
- com.zone.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
-
-
Constructor Summary
Constructors Constructor Description ChatItem()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddMembers()
String
getChatId()
String
getChatName()
String
getContent()
long
getCreateTime()
String
getDeleteMembers()
String
getDescription()
String
getEventType()
List<String>
getFormatAddMembers()
Date
getFormatCreateTime()
List<String>
getFormatDeleteMembers()
ChatEventType
getFormatEventType()
List<String>
getFormatMembers()
MessageType
getFormatMsgType()
String
getMediaId()
String
getMembers()
long
getMsgId()
String
getMsgType()
String
getOperatorId()
String
getOwnerId()
String
getPicUrl()
ChatReceiver
getReceiver()
static long
getSerialversionuid()
String
getTitle()
String
getUrl()
String
toString()
-
-
-
Method Detail
-
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()
-
getAddMembers
public String getAddMembers()
-
getDeleteMembers
public String getDeleteMembers()
-
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()
-
-