public class ChattingPayload extends AttachedPayload<Long>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<String,Object> |
carry |
protected String |
chatType |
protected String |
content |
protected String |
fromAvatar |
protected long |
fromId |
protected Map<String,Object> |
fromMeta |
protected String |
fromName |
protected String |
metaType |
protected String |
roomId |
protected String |
toAvatar |
protected long |
toId |
protected Map<String,Object> |
toMeta |
protected String |
toName |
createTime, id| 构造器和说明 |
|---|
ChattingPayload() |
protected String roomId
protected long fromId
protected String fromName
protected String fromAvatar
protected long toId
protected String toName
protected String toAvatar
protected String metaType
protected String chatType
protected String content
Copyright © 2023 wuyushuo. All rights reserved.