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