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.LonggetId()Getter for id The unique ID number of the tag.java.lang.StringgetTagName()Getter for tagName The tag name.voidsetId(java.lang.Long value)Setter for id The unique ID number of the tag.voidsetTagName(java.lang.String value)Setter for tagName The tag name.java.lang.StringtoString()Returns a JSON string representation of TagsModel
-
Constructor Details
-
TagsModel
public TagsModel()
-
-
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:
toStringin classjava.lang.Object
-