Class IsoLocalizedName

java.lang.Object
net.avalara.avatax.rest.client.models.IsoLocalizedName

public class IsoLocalizedName extends Object
Represents a language-specific localized name of a particular geographic entity such as a country or a region.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter 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.
    Getter for name The name of this geographic entity as known in this language.
    void
    Setter for languageAlpha2Code The two-character alphanumeric code identifying the language in which this name is used.
    void
    Setter for languageAlpha3Code The three-character alphanumeric code identifying the language in which this name is used.
    void
    setName(String value)
    Setter for name The name of this geographic entity as known in this language.
    Returns a JSON string representation of IsoLocalizedName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IsoLocalizedName

      public IsoLocalizedName()
  • Method Details

    • getLanguageAlpha2Code

      public 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(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 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(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 String getName()
      Getter for name The name of this geographic entity as known in this language.
    • setName

      public void setName(String value)
      Setter for name The name of this geographic entity as known in this language.
    • toString

      public String toString()
      Returns a JSON string representation of IsoLocalizedName
      Overrides:
      toString in class Object