LinkData

data class LinkData(    val id: Int? = null,     val traktId: Int? = null,     val traktSlug: String? = null,     val tmdbId: Int? = null,     val imdbId: String? = null,     val tvdbId: Int? = null,     val tvrageId: String? = null,     val type: String? = null,     val season: Int? = null,     val episode: Int? = null,     val aniId: String? = null,     val animeId: String? = null,     val title: String? = null,     val year: Int? = null,     val orgTitle: String? = null,     val isAnime: Boolean = false,     val airedYear: Int? = null,     val lastSeason: Int? = null,     val epsTitle: String? = null,     val jpTitle: String? = null,     val date: String? = null,     val airedDate: String? = null,     val isAsian: Boolean = false,     val isBollywood: Boolean = false,     val isCartoon: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(    id: Int? = null,     traktId: Int? = null,     traktSlug: String? = null,     tmdbId: Int? = null,     imdbId: String? = null,     tvdbId: Int? = null,     tvrageId: String? = null,     type: String? = null,     season: Int? = null,     episode: Int? = null,     aniId: String? = null,     animeId: String? = null,     title: String? = null,     year: Int? = null,     orgTitle: String? = null,     isAnime: Boolean = false,     airedYear: Int? = null,     lastSeason: Int? = null,     epsTitle: String? = null,     jpTitle: String? = null,     date: String? = null,     airedDate: String? = null,     isAsian: Boolean = false,     isBollywood: Boolean = false,     isCartoon: Boolean = false)

Properties

Link copied to clipboard
val airedDate: String? = null
Link copied to clipboard
val airedYear: Int? = null
Link copied to clipboard
val aniId: String? = null
Link copied to clipboard
val animeId: String? = null
Link copied to clipboard
val date: String? = null
Link copied to clipboard
val episode: Int? = null
Link copied to clipboard
val epsTitle: String? = null
Link copied to clipboard
val id: Int? = null
Link copied to clipboard
val imdbId: String? = null
Link copied to clipboard
val isAnime: Boolean = false
Link copied to clipboard
val isAsian: Boolean = false
Link copied to clipboard
val isBollywood: Boolean = false
Link copied to clipboard
val isCartoon: Boolean = false
Link copied to clipboard
val jpTitle: String? = null
Link copied to clipboard
val lastSeason: Int? = null
Link copied to clipboard
val orgTitle: String? = null
Link copied to clipboard
val season: Int? = null
Link copied to clipboard
val title: String? = null
Link copied to clipboard
val tmdbId: Int? = null
Link copied to clipboard
val traktId: Int? = null
Link copied to clipboard
val traktSlug: String? = null
Link copied to clipboard
val tvdbId: Int? = null
Link copied to clipboard
val tvrageId: String? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val year: Int? = null