NIMSDK-AOS  10.5.0
QChatMuteAttachment.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.model.systemnotification;
2 
5 import java.util.List;
6 
11 
18 
24  Long getServerId();
25 
31  Long getChannelId();
32 
38  String getMuteOperatorAccountId();
39 
45  List<String> getMuteAccountIds();
46 
52  Long getDuration();
53 
59  Long getBeReleaseTime();
60 
67 
73  String getPostscript();
74 }