Class Image
java.lang.Object
com.amilesend.tmdb.client.model.type.Image
Describes an image.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Image.ImageBuilderbuilder()booleanThe image aspect ratio.The relative path to the image file.The image height in pixels.The ISO-639-1 language code.The average vote for the image.The total number of votes.getWidth()The image width in pixels.inthashCode()toString()
-
Method Details
-
builder
-
getAspectRatio
The image aspect ratio. -
getHeight
The image height in pixels. -
getLanguageCode
The ISO-639-1 language code. -
getFilePath
The relative path to the image file. -
getVoteAverage
The average vote for the image. -
getVoteCount
The total number of votes. -
getWidth
The image width in pixels. -
equals
-
hashCode
-
toString
-