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