Class IsoLocalizedName
java.lang.Object
net.avalara.avatax.rest.client.models.IsoLocalizedName
public class IsoLocalizedName
extends java.lang.Object
Represents a language-specific localized name of a particular geographic entity such
as a country or a region.
-
Constructor Summary
Constructors Constructor Description IsoLocalizedName() -
Method Summary
Modifier and Type Method Description java.lang.StringgetLanguageAlpha2Code()Getter for languageAlpha2Code The two-character alphanumeric code identifying the language in which this name is used.java.lang.StringgetLanguageAlpha3Code()Getter for languageAlpha3Code The three-character alphanumeric code identifying the language in which this name is used.java.lang.StringgetName()Getter for name The name of this geographic entity as known in this language.voidsetLanguageAlpha2Code(java.lang.String value)Setter for languageAlpha2Code The two-character alphanumeric code identifying the language in which this name is used.voidsetLanguageAlpha3Code(java.lang.String value)Setter for languageAlpha3Code The three-character alphanumeric code identifying the language in which this name is used.voidsetName(java.lang.String value)Setter for name The name of this geographic entity as known in this language.java.lang.StringtoString()Returns a JSON string representation of IsoLocalizedName
-
Constructor Details
-
IsoLocalizedName
public IsoLocalizedName()
-
-
Method Details
-
getLanguageAlpha2Code
public java.lang.String 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
public void setLanguageAlpha2Code(java.lang.String value)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
public java.lang.String 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
public void setLanguageAlpha3Code(java.lang.String value)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
public java.lang.String getName()Getter for name The name of this geographic entity as known in this language. -
setName
public void setName(java.lang.String value)Setter for name The name of this geographic entity as known in this language. -
toString
public java.lang.String toString()Returns a JSON string representation of IsoLocalizedName- Overrides:
toStringin classjava.lang.Object
-