NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.qchat.param.QChatGetMentionedMeMessagesParam类 参考

"分页查询指定频道@我的消息"接口入参 更多...

Public 成员函数

 QChatGetMentionedMeMessagesParam (long serverId, long channelId)
 
void setLimit (Integer limit)
 设置查询数量限制 更多...
 
void setTimetag (Long timetag)
 设置查询时间戳 更多...
 
long getServerId ()
 获取服务器id 更多...
 
long getChannelId ()
 获取频道id 更多...
 
Long getTimetag ()
 获取查询时间戳 更多...
 
Integer getLimit ()
 获取查询数量限制 更多...
 
boolean isValid ()
 是否合法 更多...
 

详细描述

"分页查询指定频道@我的消息"接口入参

在文件 QChatGetMentionedMeMessagesParam.java6 行定义.

构造及析构函数说明

◆ QChatGetMentionedMeMessagesParam()

com.netease.nimlib.sdk.qchat.param.QChatGetMentionedMeMessagesParam.QChatGetMentionedMeMessagesParam ( long  serverId,
long  channelId 
)
参数
serverId服务器id
channelId频道id

在文件 QChatGetMentionedMeMessagesParam.java30 行定义.

成员函数说明

◆ getChannelId()

long com.netease.nimlib.sdk.qchat.param.QChatGetMentionedMeMessagesParam.getChannelId ( )

获取频道id

返回

在文件 QChatGetMentionedMeMessagesParam.java63 行定义.

◆ getLimit()

Integer com.netease.nimlib.sdk.qchat.param.QChatGetMentionedMeMessagesParam.getLimit ( )

获取查询数量限制

返回

在文件 QChatGetMentionedMeMessagesParam.java79 行定义.

◆ getServerId()

long com.netease.nimlib.sdk.qchat.param.QChatGetMentionedMeMessagesParam.getServerId ( )

获取服务器id

返回

在文件 QChatGetMentionedMeMessagesParam.java55 行定义.

◆ getTimetag()

Long com.netease.nimlib.sdk.qchat.param.QChatGetMentionedMeMessagesParam.getTimetag ( )

获取查询时间戳

返回

在文件 QChatGetMentionedMeMessagesParam.java71 行定义.

◆ isValid()

boolean com.netease.nimlib.sdk.qchat.param.QChatGetMentionedMeMessagesParam.isValid ( )

是否合法

在文件 QChatGetMentionedMeMessagesParam.java86 行定义.

◆ setLimit()

void com.netease.nimlib.sdk.qchat.param.QChatGetMentionedMeMessagesParam.setLimit ( Integer  limit)

设置查询数量限制

参数
limit

在文件 QChatGetMentionedMeMessagesParam.java39 行定义.

◆ setTimetag()

void com.netease.nimlib.sdk.qchat.param.QChatGetMentionedMeMessagesParam.setTimetag ( Long  timetag)

设置查询时间戳

参数
timetag

在文件 QChatGetMentionedMeMessagesParam.java47 行定义.


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