Class GetCertificationsResponseBase

java.lang.Object
com.amilesend.tmdb.client.model.certification.type.GetCertificationsResponseBase
Direct Known Subclasses:
GetMovieCertificationsResponse, GetTVCertificationsResponse

public abstract class GetCertificationsResponseBase extends Object
Base class that defines a map of certifications.
  • Method Details

    • getCertifications

      public Map<String,List<Certification>> getCertifications()
      The map of certifications. The key is the country code and the value is the associated list of certifications in that country.
    • 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