JikanKt / moe.ganen.jikankt.models.base.types / MangaListEntity

MangaListEntity

data class MangaListEntity : MalEntity

Constructors

<init>

MangaListEntity(malId: Int, title: String? = null, url: String? = null, imageUrl: String? = null, type: String? = null, readChapters: Int? = null, readVolumes: Int? = null, chaptersTotal: Int? = null, volumesTotal: Int? = null, score: Double? = null, isRereading: Boolean? = null, startDate: Date? = null, endDate: Date? = null, startReadDate: Date? = null, endReadDate: Date? = null, days: Int? = null, priority: String? = null, airingStatus: String? = null, readingStatus: String? = null)

Properties

airingStatus

Current publishing status of manga.

val airingStatus: String?

chaptersTotal

Manga's chapters total count.

val chaptersTotal: Int?

days

Total amount of days user has been reading manga.

val days: Int?

endDate

Manga end date.

val endDate: Date?

endReadDate

User's finished date watching the anime.

val endReadDate: Date?

imageUrl

Manga's MyAnimeList cover/image link.

val imageUrl: String?

isRereading

Whether user is currently rereading this manga.

val isRereading: Boolean?

malId

ID associated with MyAnimeList.

val malId: Int

priority

Priority of manga on user's list.

val priority: String?

readChapters

User's amount of read chapters.

val readChapters: Int?

readingStatus

Current user's reading status of manga.

val readingStatus: String?

readVolumes

User's amount of read volumes.

val readVolumes: Int?

score

User's score on this anime.

val score: Double?

startDate

Manga start date.

val startDate: Date?

startReadDate

User's start date reading the anime.

val startReadDate: Date?

title

Title of the manga.

val title: String?

type

Type of the manga.

val type: String?

url

Manga's MyAnimeList link.

val url: String?

volumesTotal

Manga's volumes total count.

val volumesTotal: Int?