Class NoticeStatusModel

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for activeFlag The active Flag of this tax authority type.
    Getter for description The description name of this tax authority type.
    Getter for id The unique ID number of this tax authority type.
    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.
    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
    Setter for activeFlag The active Flag of this tax authority type.
    void
    Setter for description The description name of this tax authority type.
    void
    setId(Integer value)
    Setter for id The unique ID number of this tax authority type.
    void
    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
    Setter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.
    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

    • NoticeStatusModel

      public NoticeStatusModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this tax authority type.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this tax authority type.
    • getDescription

      public String getDescription()
      Getter for description The description name of this tax authority type.
    • setDescription

      public void setDescription(String value)
      Setter for description The description name of this tax authority type.
    • getIsOpen

      public 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(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 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(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.
    • getActiveFlag

      public Boolean getActiveFlag()
      Getter for activeFlag The active Flag of this tax authority type.
    • setActiveFlag

      public void setActiveFlag(Boolean value)
      Setter for activeFlag The active Flag of this tax authority type.
    • toString

      public String toString()
      Returns a JSON string representation of NoticeStatusModel
      Overrides:
      toString in class Object