Class NoticeStatusModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.NoticeStatusModel
-
public class NoticeStatusModel extends java.lang.ObjectTax Notice Status Model
-
-
Constructor Summary
Constructors Constructor Description NoticeStatusModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Getter for description The description name of this tax authority type.java.lang.IntegergetId()Getter for id The unique ID number of this tax authority type.java.lang.BooleangetIsOpen()Getter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.java.lang.IntegergetSortOrder()Getter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.voidsetDescription(java.lang.String value)Setter for description The description name of this tax authority type.voidsetId(java.lang.Integer value)Setter for id The unique ID number of this tax authority type.voidsetIsOpen(java.lang.Boolean value)Setter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.voidsetSortOrder(java.lang.Integer value)Setter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.java.lang.StringtoString()Returns a JSON string representation of NoticeStatusModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id The unique ID number of this tax authority type.
-
setId
public void setId(java.lang.Integer value)
Setter for id The unique ID number of this tax authority type.
-
getDescription
public java.lang.String getDescription()
Getter for description The description name of this tax authority type.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description The description name of this tax authority type.
-
getIsOpen
public java.lang.Boolean getIsOpen()
Getter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.
-
setIsOpen
public void setIsOpen(java.lang.Boolean value)
Setter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.
-
getSortOrder
public java.lang.Integer getSortOrder()
Getter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.
-
setSortOrder
public void setSortOrder(java.lang.Integer value)
Setter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.
-
toString
public java.lang.String toString()
Returns a JSON string representation of NoticeStatusModel- Overrides:
toStringin classjava.lang.Object
-
-