Package com.amilesend.tvdb.client.model
Class Alias
java.lang.Object
com.amilesend.tvdb.client.model.Alias
An alias model, which can be associated with a series, season, movie, person, or list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
A 3-4 character string indicating the language of the alias, as defined in Language.getName()
A string containing the alias itself.int
hashCode()
void
setLanguage
(String language) void
toString()
-
Constructor Details
-
Alias
public Alias()
-
-
Method Details
-
language
-
getLanguage
A 3-4 character string indicating the language of the alias, as defined in Language.- Returns:
- language
-
setLanguage
-
name
-
getName
A string containing the alias itself.- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-