Class IsoLocalizedName
java.lang.Object
net.avalara.avatax.rest.client.models.IsoLocalizedName
Represents a language-specific localized name of a particular geographic entity such
as a country or a region.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for languageAlpha2Code The two-character alphanumeric code identifying the language in which this name is used.Getter for languageAlpha3Code The three-character alphanumeric code identifying the language in which this name is used.getName()
Getter for name The name of this geographic entity as known in this language.void
setLanguageAlpha2Code
(String value) Setter for languageAlpha2Code The two-character alphanumeric code identifying the language in which this name is used.void
setLanguageAlpha3Code
(String value) Setter for languageAlpha3Code The three-character alphanumeric code identifying the language in which this name is used.void
Setter for name The name of this geographic entity as known in this language.toString()
Returns a JSON string representation of IsoLocalizedName
-
Constructor Details
-
IsoLocalizedName
public IsoLocalizedName()
-
-
Method Details
-
getLanguageAlpha2Code
Getter for languageAlpha2Code The two-character alphanumeric code identifying the language in which this name is used. Note that languageAlpha2Code and language3AlphaCode refer to the same language. -
setLanguageAlpha2Code
Setter for languageAlpha2Code The two-character alphanumeric code identifying the language in which this name is used. Note that languageAlpha2Code and language3AlphaCode refer to the same language. -
getLanguageAlpha3Code
Getter for languageAlpha3Code The three-character alphanumeric code identifying the language in which this name is used. Note that languageAlpha2Code and language3AlphaCode refer to the same language. -
setLanguageAlpha3Code
Setter for languageAlpha3Code The three-character alphanumeric code identifying the language in which this name is used. Note that languageAlpha2Code and language3AlphaCode refer to the same language. -
getName
Getter for name The name of this geographic entity as known in this language. -
setName
Setter for name The name of this geographic entity as known in this language. -
toString
Returns a JSON string representation of IsoLocalizedName
-