1 package com.netease.nimlib.sdk.qchat.model;
3 import java.io.Serializable;
13 private String fromAccount;
21 private long msgIdServer;
28 this.fromAccount = fromAccount;
30 this.msgIdServer = msgIdServer;
47 this.fromAccount = fromAccount;
79 this.msgIdServer = msgIdServer;
100 return "QChatMessageRefer{" +
101 "fromAccount='" + fromAccount +
'\'' +
103 ", msgIdServer=" + msgIdServer +
String getFromAccount()
获取消息发送者accid
void setUuid(String uuid)
设置消息uuid
void setMsgIdServer(long msgIdServer)
设置服务端消息id
long getMsgIdServer()
获取服务端消息id
QChatMessageRefer(String fromAccount, long time, long msgIdServer, String uuid)
void setTime(long time)
设置消息发送时间
void setFromAccount(String fromAccount)
设置消息发送者accid