public class QChatUpdateUserChannelCategoryPushConfigParam extends QChatUpdateUserPushConfigParam
pushMsgType
构造器和说明 |
---|
QChatUpdateUserChannelCategoryPushConfigParam(long serverId,
java.lang.Long categoryId,
QChatPushMsgType pushMsgType) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Long |
getCategoryId()
获取频道分组Id
|
QChatPushMsgType |
getPushMsgType()
获取推送消息类型选项
|
java.lang.Long |
getServerId()
获取服务器Id
|
public QChatUpdateUserChannelCategoryPushConfigParam(long serverId, java.lang.Long categoryId, QChatPushMsgType pushMsgType)
serverId
- categoryId
- pushMsgType
- public java.lang.Long getServerId()
public java.lang.Long getCategoryId()
public QChatPushMsgType getPushMsgType()
getPushMsgType
在类中 QChatUpdateUserPushConfigParam