1 package com.netease.nimlib.sdk.v2.passthrough.model;
5 import java.io.Serializable;
14 private final String fromAccountId;
19 private final String body;
23 private final long time;
32 this.fromAccountId = fromAccountId;
39 this.fromAccountId = null;
68 if (NimLog.isDebugLog()) {
69 final StringBuilder sb =
new StringBuilder(
"V2NIMProxyNotify{");
70 sb.append(
"fromAccountId='").append(fromAccountId).append(
'\'');
71 sb.append(
", body='").append(body).append(
'\'');
72 sb.append(
", time=").append(time);
76 final StringBuilder sb =
new StringBuilder(
"V2NIMProxyNotify{");
77 sb.append(
"fromAccountId='").append(fromAccountId).append(
'\'');
78 sb.append(
", body='").append(EncryptUtil.encryptBase64(body)).append(
'\'');
79 sb.append(
", time=").append(time);
V2NIMProxyNotify(String fromAccountId, String body, long time)
构造函数
String getFromAccountId()
获取发送方账号