ChapterInformation

data class ChapterInformation(val id: String, val title: String) : CanBeEmpty

章节基础信息

Since

Api 2

Parameters

id

章节id

title

章节标题

Constructors

Link copied to clipboard
constructor(id: String, title: String)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun isEmpty(): Boolean

判断章节信息是否为空 章节id为空字符串时判断为空