Mutable Book Information
class MutableBookInformation(id: String, title: String, subtitle: String, coverUrl: Uri, author: String, description: String, tags: List<String>, publishingHouse: String, wordCount: WordCount, lastUpdated: LocalDateTime, isComplete: Boolean) : BookInformation
可变的书本详情对象 其中每一个成员都是可被UI观测的
Since
Api 2
Parameters
id
书本id
title
书本标题
subtitle
书本副标题
cover Url
书本封面的Uri
author
书本作者
description
书本简介
tags
书本的标签列表
publishing House
书本出版社
word Count
书本字数信息
last Updated
书本最后更新时间
is Complete
书本是否已完结