Class GetCountriesResponse
java.lang.Object
com.amilesend.tmdb.client.model.configuration.type.ConfigurationResponseBase<ConfigurationCountry>
com.amilesend.tmdb.client.model.configuration.GetCountriesResponse
The response that describes a lis tof countries.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGetCountriesResponse
(List<ConfigurationCountry> results) Creates a newGetCountriesResponse
. -
Method Summary
Methods inherited from class com.amilesend.tmdb.client.model.configuration.type.ConfigurationResponseBase
getResults
-
Constructor Details
-
GetCountriesResponse
Creates a newGetCountriesResponse
.- Parameters:
results
- the list of countries
-
-
Method Details
-
equals
- Overrides:
equals
in classConfigurationResponseBase<ConfigurationCountry>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classConfigurationResponseBase<ConfigurationCountry>
-
toString
- Overrides:
toString
in classConfigurationResponseBase<ConfigurationCountry>
-