Class NoticePriorityModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.NoticePriorityModel
-
public class NoticePriorityModel extends java.lang.Object
Tax Notice Priority Model
-
-
Constructor Summary
Constructors Constructor Description NoticePriorityModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Boolean
getActiveFlag()
Getter for activeFlag A flag if the Priority is activejava.lang.String
getDescription()
Getter for description The description name of this tax authority Priority.java.lang.Integer
getId()
Getter for id The unique ID number of this tax notice customer Priority.java.lang.Integer
getSortOrder()
Getter for sortOrder sort order of the Prioritysvoid
setActiveFlag(java.lang.Boolean value)
Setter for activeFlag A flag if the Priority is activevoid
setDescription(java.lang.String value)
Setter for description The description name of this tax authority Priority.void
setId(java.lang.Integer value)
Setter for id The unique ID number of this tax notice customer Priority.void
setSortOrder(java.lang.Integer value)
Setter for sortOrder sort order of the Prioritysjava.lang.String
toString()
Returns a JSON string representation of NoticePriorityModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id The unique ID number of this tax notice customer Priority.
-
setId
public void setId(java.lang.Integer value)
Setter for id The unique ID number of this tax notice customer Priority.
-
getDescription
public java.lang.String getDescription()
Getter for description The description name of this tax authority Priority.
-
setDescription
public void setDescription(java.lang.String value)
Setter for description The description name of this tax authority Priority.
-
getActiveFlag
public java.lang.Boolean getActiveFlag()
Getter for activeFlag A flag if the Priority is active
-
setActiveFlag
public void setActiveFlag(java.lang.Boolean value)
Setter for activeFlag A flag if the Priority is active
-
getSortOrder
public java.lang.Integer getSortOrder()
Getter for sortOrder sort order of the Prioritys
-
setSortOrder
public void setSortOrder(java.lang.Integer value)
Setter for sortOrder sort order of the Prioritys
-
toString
public java.lang.String toString()
Returns a JSON string representation of NoticePriorityModel- Overrides:
toString
in classjava.lang.Object
-
-