java.lang.Object
com.amilesend.omdb.client.model.type.MediaBase
com.amilesend.omdb.client.model.movie.type.Movie

public class Movie extends MediaBase
Describes a movie.
See Also:
  • Method Details

    • builder

      public static Movie.MovieBuilder<?,?> builder()
    • equals

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

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

      public String toString()
      Overrides:
      toString in class MediaBase
    • getDvd

      public LocalDate getDvd()
      The publication date of the DVD/Bluray release.
    • getBoxOffice

      public String getBoxOffice()
      The box office revenue.
    • getProduction

      public String getProduction()
      The production.
    • getWebsite

      public String getWebsite()
      The website URL.