ArticleAuthor class

文章作者

Constructors

ArticleAuthor({bool isOnline = false, int onlineMinute = 0, bool pointStatus = true, bool followerStatus = true, int guideStep = 0, bool onlineStatus = true, int currentCheckinStreakStart = 0, bool isAutoBlur = false, String tags = '', bool commentStatus = true, String timezone = '', String homePage = '', bool isEnableForwardPage = false, bool userUAStatus = true, String userIndexRedirectURL = '', int latestArticleTime = 0, int tagCount = 0, String nickname = '', int listViewMode = 0, int longestCheckinStreak = 0, String avatarType = '0', int subMailSendTime = 0, int updateTime = 0, bool subMailStatus = true, bool isJoinPointRank = true, int latestLoginTime = 0, int userAppRole = 0, int userAvatarViewMode = 0, int userStatus = 0, int longestCheckinStreakEnd = 0, bool watchingArticleStatus = true, int latestCmtTime = 0, String province = '', int currentCheckinStreak = 0, int userNo = 0, String avatarURL = '', bool followingTagStatus = true, String userLanguage = '', bool isJoinUsedPointRank = true, int currentCheckinStreakEnd = 0, bool followingArticleStatus = true, bool keyboardShortcutsStatus = true, bool replyWatchArticleStatus = true, int commentViewMode = 0, bool breezemoonStatus = true, int userCheckinTime = 0, int usedPoint = 0, bool articleStatus = true, int userPoint = 0, int commentCount = 0, String userIntro = '', String userMobileSkin = '', int listPageSize = 0, String oId = '', String userName = '', bool geoStatus = true, int longestCheckinStreakStart = 0, String userSkin = '', bool notifyStatus = true, bool followingUserStatus = true, int articleCount = 0, String userRole = '', MetalList sysMetal = const []})
ArticleAuthor.from(Map<String, dynamic> data)

Properties

allName String
no setter
articleCount int
文章数
getter/setter pair
articleStatus bool
是否公开发帖列表
getter/setter pair
avatarType String
用户头像类型
getter/setter pair
avatarURL String
用户头像
getter/setter pair
breezemoonStatus bool
是否公开清风明月列表
getter/setter pair
commentCount int
用户回帖数
getter/setter pair
commentStatus bool
是否公开回帖列表
getter/setter pair
commentViewMode int
回帖浏览模式
getter/setter pair
currentCheckinStreak int
用户当前连续签到计数
getter/setter pair
currentCheckinStreakEnd int
上次签到日期
getter/setter pair
currentCheckinStreakStart int
当前连续签到起始日
getter/setter pair
followerStatus bool
是否公开关注者列表
getter/setter pair
followingArticleStatus bool
是否公开收藏帖子列表
getter/setter pair
followingTagStatus bool
是否公开关注标签列表
getter/setter pair
followingUserStatus bool
公开关注用户列表
getter/setter pair
geoStatus bool
是否公开 IP 地理信息
getter/setter pair
guideStep int
用户完成新手指引步数
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homePage String
用户个人主页
getter/setter pair
isAutoBlur bool
是否聊天室图片自动模糊
getter/setter pair
isEnableForwardPage bool
是否启用站外链接跳转页面
getter/setter pair
isJoinPointRank bool
是否加入积分排行
getter/setter pair
isJoinUsedPointRank bool
是否加入消费排行
getter/setter pair
isOnline bool
用户是否在线
getter/setter pair
keyboardShortcutsStatus bool
是否启用键盘快捷键
getter/setter pair
latestArticleTime int
最近发帖时间
getter/setter pair
latestCmtTime int
上次回帖时间
getter/setter pair
latestLoginTime int
用户最后登录时间
getter/setter pair
listPageSize int
分页每页条目
getter/setter pair
listViewMode int
回帖浏览模式
getter/setter pair
longestCheckinStreak int
最长连续签到
getter/setter pair
longestCheckinStreakEnd int
用户上次最长连续签到日期
getter/setter pair
longestCheckinStreakStart int
最长连续签到起始日
getter/setter pair
name String
no setter
nickname String
昵称
getter/setter pair
notifyStatus bool
是否启用 Web 通知
getter/setter pair
oId String
文章 Id
getter/setter pair
onlineMinute int
用户在线时长
getter/setter pair
onlineStatus bool
是否公开在线状态
getter/setter pair
pointStatus bool
是否公开积分列表
getter/setter pair
province String
用户省份
getter/setter pair
replyWatchArticleStatus bool
是否回帖后自动关注帖子
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subMailSendTime int
用户确认邮件发送时间
getter/setter pair
subMailStatus bool
userSubMailStatus
getter/setter pair
sysMetal MetalList
徽章
getter/setter pair
tagCount int
标签计数
getter/setter pair
tags String
用户标签
getter/setter pair
timezone String
用户时区
getter/setter pair
updateTime int
用户最后更新时间
getter/setter pair
usedPoint int
用户消费积分
getter/setter pair
userAppRole int
应用角色
getter/setter pair
userAvatarViewMode int
头像查看模式
getter/setter pair
userCheckinTime int
用户上次签到时间
getter/setter pair
userIndexRedirectURL String
自定义首页跳转地址
getter/setter pair
userIntro String
用户个性签名
getter/setter pair
userLanguage String
用户语言
getter/setter pair
userMobileSkin String
移动端主题
getter/setter pair
userName String
用户名
getter/setter pair
userNo int
用户编号
getter/setter pair
userPoint int
用户积分
getter/setter pair
userRole String
用户角色
getter/setter pair
userSkin String
用户主题
getter/setter pair
userStatus int
用户状态
getter/setter pair
userUAStatus bool
是否公开 UA 信息
getter/setter pair
watchingArticleStatus bool
是否公开关注帖子列表
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