public class QChatUpdateUserServerPushConfigParam extends QChatUpdateUserPushConfigParam
pushMsgType
构造器和说明 |
---|
QChatUpdateUserServerPushConfigParam(long serverId,
QChatPushMsgType pushMsgType) |
限定符和类型 | 方法和说明 |
---|---|
QChatPushMsgType |
getPushMsgType()
获取推送消息类型选项
|
java.lang.Long |
getServerId()
获取服务器Id
|
boolean |
isValid()
参数是否合法
|
java.lang.String |
toString() |
public QChatUpdateUserServerPushConfigParam(long serverId, QChatPushMsgType pushMsgType)
serverId
- 服务器IdpushMsgType
- 推送消息类型选项public java.lang.Long getServerId()
public QChatPushMsgType getPushMsgType()
getPushMsgType
在类中 QChatUpdateUserPushConfigParam
public boolean isValid()
public java.lang.String toString()
toString
在类中 java.lang.Object