toggle menu
Moove Documentation
androidJvm
switch theme
search in API
movies
/
com.moove.movies.presentation.list.model
/
MovieSummaryModel
Movie
Summary
Model
data
class
MovieSummaryModel
(
val
id
:
Long
,
val
title
:
String
,
val
posterPath
:
String
?
,
val
rating
:
Float
,
val
releaseYear
:
String
?
)
:
Parcelable
Members
Constructors
Movie
Summary
Model
Link copied to clipboard
constructor
(
id
:
Long
,
title
:
String
,
posterPath
:
String
?
,
rating
:
Float
,
releaseYear
:
String
?
)
Properties
id
Link copied to clipboard
val
id
:
Long
poster
Path
Link copied to clipboard
val
posterPath
:
String
?
rating
Link copied to clipboard
val
rating
:
Float
release
Year
Link copied to clipboard
val
releaseYear
:
String
?
title
Link copied to clipboard
val
title
:
String
Functions
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
)