MutableBookInformation

constructor(id: String, title: String, subtitle: String, coverUrl: Uri, author: String, description: String, tags: List<String>, publishingHouse: String, wordCount: WordCount, lastUpdated: LocalDateTime, isComplete: Boolean)

返回可变书本详情对象

Parameters

id

书本id

title

书本标题

subtitle

书本副标题

coverUrl

书本封面的Uri

author

书本作者

description

书本简介

tags

书本的标签列表

publishingHouse

书本出版社

wordCount

书本字数信息

lastUpdated

书本最后更新时间

isComplete

书本是否已完结