Class ItemTagDetailOutputModel
java.lang.Object
net.avalara.avatax.rest.client.models.ItemTagDetailOutputModel
Represents a tag for an item in your company's product catalog.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for companyId The unique ID number of the company that owns this item.Getter for createdDate The date when this record was created.Getter for itemId The unique ID number of this item.Getter for itemTagDetailId The unique ID number of the item-tag relation.getTagId()Getter for tagId The unique tag Id for the tags.Getter for tagName The tag name.voidsetCompanyId(Integer value) Setter for companyId The unique ID number of the company that owns this item.voidsetCreatedDate(Date value) Setter for createdDate The date when this record was created.voidSetter for itemId The unique ID number of this item.voidsetItemTagDetailId(Integer value) Setter for itemTagDetailId The unique ID number of the item-tag relation.voidSetter for tagId The unique tag Id for the tags.voidsetTagName(String value) Setter for tagName The tag name.toString()Returns a JSON string representation of ItemTagDetailOutputModel
-
Constructor Details
-
ItemTagDetailOutputModel
public ItemTagDetailOutputModel()
-
-
Method Details
-
getTagName
Getter for tagName The tag name. -
setTagName
Setter for tagName The tag name. -
getItemId
Getter for itemId The unique ID number of this item. -
setItemId
Setter for itemId The unique ID number of this item. -
getCompanyId
Getter for companyId The unique ID number of the company that owns this item. -
setCompanyId
Setter for companyId The unique ID number of the company that owns this item. -
getItemTagDetailId
Getter for itemTagDetailId The unique ID number of the item-tag relation. -
setItemTagDetailId
Setter for itemTagDetailId The unique ID number of the item-tag relation. -
getTagId
Getter for tagId The unique tag Id for the tags. -
setTagId
Setter for tagId The unique tag Id for the tags. -
getCreatedDate
Getter for createdDate The date when this record was created. -
setCreatedDate
Setter for createdDate The date when this record was created. -
toString
Returns a JSON string representation of ItemTagDetailOutputModel
-