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.String getLanguageAlpha2Code()
    Getter for languageAlpha2Code The two-character alphanumeric code identifying the language in which this name is used.
    java.lang.String getLanguageAlpha3Code()
    Getter for languageAlpha3Code The three-character alphanumeric code identifying the language in which this name is used.
    java.lang.String getName()
    Getter for name The name of this geographic entity as known in this language.
    void setLanguageAlpha2Code​(java.lang.String value)
    Setter for languageAlpha2Code The two-character alphanumeric code identifying the language in which this name is used.
    void setLanguageAlpha3Code​(java.lang.String value)
    Setter for languageAlpha3Code The three-character alphanumeric code identifying the language in which this name is used.
    void setName​(java.lang.String value)
    Setter for name The name of this geographic entity as known in this language.
    java.lang.String toString()
    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

  • 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:
      toString in class java.lang.Object