Class NoticeStatusModel

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

public class NoticeStatusModel
extends java.lang.Object
Tax Notice Status Model
  • Constructor Summary

    Constructors 
    Constructor Description
    NoticeStatusModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()
    Getter for description The description name of this tax authority type.
    java.lang.Integer getId()
    Getter for id The unique ID number of this tax authority type.
    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.
    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.
    void setDescription​(java.lang.String value)
    Setter for description The description name of this tax authority type.
    void setId​(java.lang.Integer value)
    Setter for id The unique ID number of this tax authority type.
    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.
    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.
    java.lang.String toString()
    Returns a JSON string representation of NoticeStatusModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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:
      toString in class java.lang.Object