public class QChatSubscribeChannelParam
extends java.lang.Object
构造器和说明 |
---|
QChatSubscribeChannelParam(QChatSubscribeType type,
QChatSubscribeOperateType operateType,
java.util.List<QChatChannelIdInfo> channelIdInfos) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<QChatChannelIdInfo> |
getChannelIdInfos()
获取操作的对象:channelInfo列表
|
QChatSubscribeOperateType |
getOperateType()
获取操作类型
|
QChatSubscribeType |
getType()
获取订阅类型
|
public QChatSubscribeChannelParam(QChatSubscribeType type, QChatSubscribeOperateType operateType, java.util.List<QChatChannelIdInfo> channelIdInfos)
type
- 订阅类型operateType
- 操作类型channelIdInfos
- 操作的对象, channelInfo列表public QChatSubscribeType getType()
public QChatSubscribeOperateType getOperateType()
public java.util.List<QChatChannelIdInfo> getChannelIdInfos()