Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.utils
/
VideoDownloadHelper
/
DownloadEpisodeCached
Download
Episode
Cached
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
)
:
VideoDownloadHelper.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
)
Properties
cache
Time
Link copied to clipboard
val
cacheTime
:
Long
description
Link copied to clipboard
val
description
:
String
?
episode
Link copied to clipboard
val
episode
:
Int
id
Link copied to clipboard
open
override
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
?
parent
Id
Link copied to clipboard
val
parentId
:
Int
poster
Link copied to clipboard
val
poster
:
String
?
rating
Link copied to clipboard
var
rating
:
Int
?
score
Link copied to clipboard
var
score
:
Score
?
season
Link copied to clipboard
val
season
:
Int
?