Class CreateNoticeRootCauseTypeModel

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

public class CreateNoticeRootCauseTypeModel
extends java.lang.Object
Model to create a new tax notice root cause type.
  • Constructor Summary

    Constructors 
    Constructor Description
    CreateNoticeRootCauseTypeModel()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDescription()
    Getter for description The description name of this notice RootCause
    java.lang.Boolean getIsActive()
    Getter for isActive Defines if the RootCause is active
    java.lang.Integer getSortOrder()
    Getter for sortOrder The sort order of this RootCause
    void setDescription​(java.lang.String value)
    Setter for description The description name of this notice RootCause
    void setIsActive​(java.lang.Boolean value)
    Setter for isActive Defines if the RootCause is active
    void setSortOrder​(java.lang.Integer value)
    Setter for sortOrder The sort order of this RootCause
    java.lang.String toString()
    Returns a JSON string representation of CreateNoticeRootCauseTypeModel

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getDescription

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

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

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

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

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

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

      public java.lang.String toString()
      Returns a JSON string representation of CreateNoticeRootCauseTypeModel
      Overrides:
      toString in class java.lang.Object