toggle menu
Moove Documentation
androidJvm
switch theme
search in API
movies
/
com.moove.movies.presentation.details.model
/
MovieDetailsModel
Movie
Details
Model
data
class
MovieDetailsModel
(
val
id
:
Long
,
val
title
:
String
,
val
posterPath
:
String
?
,
val
backdropPath
:
String
?
,
val
overview
:
String
,
val
releaseDate
:
String
?
,
val
rating
:
Float
,
val
runtimeMinutes
:
Int
?
,
val
genres
:
List
<
String
>
)
:
Parcelable
Members
Constructors
Movie
Details
Model
Link copied to clipboard
constructor
(
id
:
Long
,
title
:
String
,
posterPath
:
String
?
,
backdropPath
:
String
?
,
overview
:
String
,
releaseDate
:
String
?
,
rating
:
Float
,
runtimeMinutes
:
Int
?
,
genres
:
List
<
String
>
)
Properties
backdrop
Path
Link copied to clipboard
val
backdropPath
:
String
?
genres
Link copied to clipboard
val
genres
:
List
<
String
>
id
Link copied to clipboard
val
id
:
Long
overview
Link copied to clipboard
val
overview
:
String
poster
Path
Link copied to clipboard
val
posterPath
:
String
?
rating
Link copied to clipboard
val
rating
:
Float
release
Date
Link copied to clipboard
val
releaseDate
:
String
?
runtime
Minutes
Link copied to clipboard
val
runtimeMinutes
:
Int
?
title
Link copied to clipboard
val
title
:
String
Functions
backdrop
Url
Link copied to clipboard
fun
backdropUrl
(
size
:
String
=
DEFAULT_BACKDROP_SIZE
)
:
String
?
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
poster
Url
Link copied to clipboard
fun
posterUrl
(
size
:
String
=
DEFAULT_POSTER_SIZE
)
:
String
?
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)