Cloudstream
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils.downloader
/
DownloadObjects
/
DownloadEpisodeCached
Download
Episode
Cached
@
Serializable
(
with
=
DownloadObjects.DownloadEpisodeCached.Serializer::class
)
data
class
DownloadEpisodeCached
(
val
name
:
String
?
,
val
poster
:
String
?
,
val
episode
:
Int
,
val
season
:
Int
?
,
val
parentId
:
Int
,
var
score
:
Score
?
=
null
,
val
description
:
String
?
,
val
cacheTime
:
Long
,
val
id
:
Int
)
:
DownloadObjects.DownloadCached
(
source
)
Members
Constructors
Download
Episode
Cached
Link copied to clipboard
constructor
(
name
:
String
?
,
poster
:
String
?
,
episode
:
Int
,
season
:
Int
?
,
parentId
:
Int
,
score
:
Score
?
=
null
,
description
:
String
?
,
cacheTime
:
Long
,
id
:
Int
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
WriteOnlySerializer
<
DownloadObjects.DownloadEpisodeCached
>
Properties
cache
Time
Link copied to clipboard
@
SerialName
(
value
=
"cacheTime"
)
val
cacheTime
:
Long
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
episode
Link copied to clipboard
@
SerialName
(
value
=
"episode"
)
val
episode
:
Int
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
open
override
val
id
:
Int
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
?
parent
Id
Link copied to clipboard
@
SerialName
(
value
=
"parentId"
)
val
parentId
:
Int
poster
Link copied to clipboard
@
SerialName
(
value
=
"poster"
)
val
poster
:
String
?
rating
Link copied to clipboard
@
SerialName
(
value
=
"rating"
)
var
rating
:
Int
?
score
Link copied to clipboard
@
SerialName
(
value
=
"score"
)
var
score
:
Score
?
season
Link copied to clipboard
@
SerialName
(
value
=
"season"
)
val
season
:
Int
?