java.lang.Object
com.amilesend.tmdb.client.model.type.Image

public class Image extends Object
Describes an image.
  • Method Details

    • builder

      public static Image.ImageBuilder builder()
    • getAspectRatio

      public Double getAspectRatio()
      The image aspect ratio.
    • getHeight

      public Integer getHeight()
      The image height in pixels.
    • getLanguageCode

      public String getLanguageCode()
      The ISO-639-1 language code.
    • getFilePath

      public String getFilePath()
      The relative path to the image file.
    • getVoteAverage

      public Double getVoteAverage()
      The average vote for the image.
    • getVoteCount

      public Integer getVoteCount()
      The total number of votes.
    • getWidth

      public Integer getWidth()
      The image width in pixels.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object