FriendApplicationInfo class

好友申请信息

Constructors

FriendApplicationInfo({String? fromUserID, String? fromNickname, String? fromFaceURL, int? fromGender, String? toUserID, String? toNickname, String? toFaceURL, int? toGender, int? handleResult, String? reqMsg, int? createTime, String? handlerUserID, String? handleMsg, int? handleTime, String? ex})
FriendApplicationInfo.fromJson(Map<String, dynamic> json)

Properties

createTime int?
创建时间
getter/setter pair
ex String?
扩展字段
getter/setter pair
fromFaceURL String?
发起者用户头像
getter/setter pair
fromGender int?
发起者性别
getter/setter pair
fromNickname String?
发起者用户昵称
getter/setter pair
fromUserID String?
发起者用户id
getter/setter pair
handleMsg String?
处理备注
getter/setter pair
handleResult int?
处理结果
getter/setter pair
handlerUserID String?
处理者id
getter/setter pair
handleTime int?
处理时间
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAgreed bool
已同意
no setter
isRejected bool
已拒绝
no setter
isWaitingHandle bool
等待处理
no setter
reqMsg String?
请求消息
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toFaceURL String?
接收者头像
getter/setter pair
toGender int?
接收者性别
getter/setter pair
toNickname String?
接收者用户昵称
getter/setter pair
toUserID String?
接收者用户id
getter/setter pair

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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited