Class TagsModel

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

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

    • TagsModel

      public TagsModel()
  • Method Details

    • getId

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

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

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

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

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