java.lang.Object
com.amilesend.tvmaze.client.model.type.Country

public class Country extends Object
Describes a country.
  • Method Details

    • builder

      public static Country.CountryBuilder builder()
    • getName

      public String getName()
      The country name.
    • getCode

      public String getCode()
      The country code.
    • getTimezone

      public String getTimezone()
      The default timezone associated with the 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