QChatRejectServerApplyParam class
- Inheritance
-
- Object
- QChatJoinServerOperationParam
- QChatRejectServerApplyParam
- Annotations
-
- @JsonSerializable()
Constructors
- QChatRejectServerApplyParam(int serverId, String accid, int requestId)
-
QChatRejectServerApplyParam.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accid → String
-
申请者Id
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- postscript ↔ String
-
附言(最长5000)
getter/setter pair
- requestId → int
-
申请/邀请唯一标识
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverId → int
-
拒绝申请加入的服务器Id
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited