NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueBatchAddAttachment类 参考
类 com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueBatchAddAttachment 继承关系图:
com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment com.netease.nimlib.sdk.msg.attachment.NotificationAttachment com.netease.nimlib.sdk.msg.attachment.MsgAttachment

Public 成员函数

void parse (JSONObject json)
 通过json为当前对象赋值 更多...
 
ChatRoomQueueChangeType getChatRoomQueueChangeType ()
 
List< Map< String, String > > getContentMapList ()
 
String toString ()
 
- Public 成员函数 继承自 com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment
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)
 

详细描述

在文件 ChatRoomQueueBatchAddAttachment.java18 行定义.

成员函数说明

◆ getChatRoomQueueChangeType()

ChatRoomQueueChangeType com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueBatchAddAttachment.getChatRoomQueueChangeType ( )

在文件 ChatRoomQueueBatchAddAttachment.java66 行定义.

◆ getContentMapList()

List<Map<String, String> > com.netease.nimlib.sdk.chatroom.model.ChatRoomQueueBatchAddAttachment.getContentMapList ( )

在文件 ChatRoomQueueBatchAddAttachment.java71 行定义.

◆ parse()

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

通过json为当前对象赋值

参数
json示例:{"opeNick":"myRole","operator":"cjl","queueChange":"{\"_e":"BATCH_OFFER","elements":[{"nick":"cjl0的昵称","accid":"cjl0","value":"value is 0","key":"key0"},{"nick":"cjl0的昵称","accid":"cjl0","value":"value is 1","key":"key1"},{"nick":"cjl0的昵称","accid":"cjl0","value":"value is 2","key":"key2"}]}"}

在文件 ChatRoomQueueBatchAddAttachment.java34 行定义.

◆ toString()

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

在文件 ChatRoomQueueBatchAddAttachment.java77 行定义.


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