NIMSDK-AOS  10.9.76
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify类 参考

透传下行数据 更多...

类 com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify 继承关系图:

Public 成员函数

 V2NIMProxyNotify (String fromAccountId, String body, long time)
 构造函数 更多...
 
String getFromAccountId ()
 获取发送方账号 更多...
 
String getBody ()
 获取body 更多...
 
long getTime ()
 获取发送时间, 毫秒 更多...
 
String toString ()
 

详细描述

透传下行数据

在文件 V2NIMProxyNotify.java10 行定义.

构造及析构函数说明

com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.V2NIMProxyNotify ( String  fromAccountId,
String  body,
long  time 
)

构造函数

参数
fromAccountId发送方账号
body通知体
time发送时间, 毫秒

在文件 V2NIMProxyNotify.java31 行定义.

成员函数说明

String com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.getBody ( )

获取body

返回
body 通知体

在文件 V2NIMProxyNotify.java55 行定义.

String com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.getFromAccountId ( )

获取发送方账号

返回
fromAccountId 发送方账号

在文件 V2NIMProxyNotify.java47 行定义.

long com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.getTime ( )

获取发送时间, 毫秒

返回
time 发送时间, 毫秒

在文件 V2NIMProxyNotify.java62 行定义.

String com.netease.nimlib.sdk.v2.passthrough.model.V2NIMProxyNotify.toString ( )

在文件 V2NIMProxyNotify.java67 行定义.


该类的文档由以下文件生成: