|
|
@ -48,23 +48,23 @@ data class BookSource( |
|
|
|
) : Parcelable { |
|
|
|
) : Parcelable { |
|
|
|
@Ignore |
|
|
|
@Ignore |
|
|
|
@IgnoredOnParcel |
|
|
|
@IgnoredOnParcel |
|
|
|
var searchRuleV: SearchRule? = null |
|
|
|
private var searchRuleV: SearchRule? = null |
|
|
|
|
|
|
|
|
|
|
|
@Ignore |
|
|
|
@Ignore |
|
|
|
@IgnoredOnParcel |
|
|
|
@IgnoredOnParcel |
|
|
|
var exploreRuleV: ExploreRule? = null |
|
|
|
private var exploreRuleV: ExploreRule? = null |
|
|
|
|
|
|
|
|
|
|
|
@Ignore |
|
|
|
@Ignore |
|
|
|
@IgnoredOnParcel |
|
|
|
@IgnoredOnParcel |
|
|
|
var bookInfoRuleV: BookInfoRule? = null |
|
|
|
private var bookInfoRuleV: BookInfoRule? = null |
|
|
|
|
|
|
|
|
|
|
|
@Ignore |
|
|
|
@Ignore |
|
|
|
@IgnoredOnParcel |
|
|
|
@IgnoredOnParcel |
|
|
|
var tocRuleV: TocRule? = null |
|
|
|
private var tocRuleV: TocRule? = null |
|
|
|
|
|
|
|
|
|
|
|
@Ignore |
|
|
|
@Ignore |
|
|
|
@IgnoredOnParcel |
|
|
|
@IgnoredOnParcel |
|
|
|
var contentRuleV: ContentRule? = null |
|
|
|
private var contentRuleV: ContentRule? = null |
|
|
|
|
|
|
|
|
|
|
|
@Throws(Exception::class) |
|
|
|
@Throws(Exception::class) |
|
|
|
fun getHeaderMap(): Map<String, String> { |
|
|
|
fun getHeaderMap(): Map<String, String> { |
|
|
|