MutableUserReadingData

constructor(id: String, lastReadTime: LocalDateTime, totalReadTime: Int, readingProgress: Float, lastReadChapterId: String, lastReadChapterTitle: String, currentChapterReadingProgressMap: Map<String, Float>, maxChapterReadingProgressMap: Map<String, Float>)

返回可变用户阅读数据对象

Parameters

id

书本id

lastReadTime

最后阅读时间

totalReadTime

总阅读时长(单位: 秒), -1表示尚未阅读

readingProgress

书本整体阅读进度(0.0~1.0)

lastReadChapterId

最后阅读的章节id

lastReadChapterTitle

最后阅读的章节标题

currentChapterReadingProgressMap

各章节的当前阅读进度Map, 以章节id为key

maxChapterReadingProgressMap

各章节的历史最高阅读进度Map, 以章节id为key