Class TagsModel

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

public class TagsModel
extends java.lang.Object
Represents a tag for an item in your company's product catalog.
  • Constructor Summary

    Constructors 
    Constructor Description
    TagsModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Long getId()
    Getter for id The unique ID number of the tag.
    java.lang.String getTagName()
    Getter for tagName The tag name.
    void setId​(java.lang.Long value)
    Setter for id The unique ID number of the tag.
    void setTagName​(java.lang.String value)
    Setter for tagName The tag name.
    java.lang.String toString()
    Returns a JSON string representation of TagsModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getId

      public java.lang.Long getId()
      Getter for id The unique ID number of the tag.
    • setId

      public void setId​(java.lang.Long value)
      Setter for id The unique ID number of the tag.
    • getTagName

      public java.lang.String getTagName()
      Getter for tagName The tag name.
    • setTagName

      public void setTagName​(java.lang.String value)
      Setter for tagName The tag name.
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of TagsModel
      Overrides:
      toString in class java.lang.Object