NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment类 参考

聊天室通知消息附件实体。 更多...

类 com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment 继承关系图:
com.netease.nimlib.sdk.msg.attachment.NotificationAttachment com.netease.nimlib.sdk.msg.attachment.MsgAttachment com.netease.nimlib.sdk.chatroom.model.ChatRoomPartClearAttachment com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueBatchAddAttachment com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueChangeAttachment com.netease.nimlib.sdk.chatroom.model.ChatRoomRecallAttachment com.netease.nimlib.sdk.chatroom.model.ChatRoomRoomMemberInAttachment com.netease.nimlib.sdk.chatroom.model.ChatRoomTempMuteAddAttachment com.netease.nimlib.sdk.chatroom.model.ChatRoomTempMuteRemoveAttachment

Public 成员函数

ArrayList< String > getTargets ()
 
ArrayList< String > getTargetNicks ()
 
String getOperator ()
 
String getOperatorNick ()
 
Map< String, Object > getExtension ()
 
ArrayList< String > getTags ()
 
void parse (JSONObject json)
 
String toString ()
 
- Public 成员函数 继承自 com.netease.nimlib.sdk.msg.attachment.NotificationAttachment
NotificationType getType ()
 获取通知类型 更多...
 
void setType (NotificationType type)
 设置通知类型 更多...
 
String toJson (boolean send)
 将消息附件序列化为字符串,存储到消息数据库或发送到服务器。
更多...
 
final void fromJson (String json)
 
abstract void parse (JSONObject json)
 

详细描述

聊天室通知消息附件实体。

在文件 ChatRoomNotificationAttachment.java18 行定义.

成员函数说明

◆ getExtension()

Map<String, Object> com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment.getExtension ( )

在文件 ChatRoomNotificationAttachment.java72 行定义.

◆ getOperator()

String com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment.getOperator ( )

在文件 ChatRoomNotificationAttachment.java64 行定义.

◆ getOperatorNick()

String com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment.getOperatorNick ( )

在文件 ChatRoomNotificationAttachment.java68 行定义.

◆ getTags()

ArrayList<String> com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment.getTags ( )

在文件 ChatRoomNotificationAttachment.java76 行定义.

◆ getTargetNicks()

ArrayList<String> com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment.getTargetNicks ( )

在文件 ChatRoomNotificationAttachment.java60 行定义.

◆ getTargets()

ArrayList<String> com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment.getTargets ( )

在文件 ChatRoomNotificationAttachment.java56 行定义.

◆ parse()

void com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment.parse ( JSONObject  json)

在文件 ChatRoomNotificationAttachment.java81 行定义.

◆ toString()

String com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment.toString ( )

在文件 ChatRoomNotificationAttachment.java124 行定义.


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