Class NoticeRootCauseModel

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

public class NoticeRootCauseModel extends Object
NoticeRootCause Model
  • Constructor Details

    • NoticeRootCauseModel

      public NoticeRootCauseModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this notice RootCause.
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this notice RootCause.
    • getDescription

      public String getDescription()
      Getter for description The description name of this notice RootCause
    • setDescription

      public void setDescription(String value)
      Setter for description The description name of this notice RootCause
    • getIsActive

      public Boolean getIsActive()
      Getter for isActive Defines if the RootCause is active
    • setIsActive

      public void setIsActive(Boolean value)
      Setter for isActive Defines if the RootCause is active
    • getSortOrder

      public Integer getSortOrder()
      Getter for sortOrder The sort order of this RootCause
    • setSortOrder

      public void setSortOrder(Integer value)
      Setter for sortOrder The sort order of this RootCause
    • toString

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