Class NoticeRootCauseModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.NoticeRootCauseModel
-
public class NoticeRootCauseModel extends java.lang.ObjectNoticeRootCause Model
-
-
Constructor Summary
Constructors Constructor Description NoticeRootCauseModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()Getter for description The description name of this notice RootCausejava.lang.IntegergetId()Getter for id The unique ID number of this notice RootCause.java.lang.BooleangetIsActive()Getter for isActive Defines if the RootCause is activejava.lang.IntegergetSortOrder()Getter for sortOrder The sort order of this RootCausevoidsetDescription(java.lang.String value)Setter for description The description name of this notice RootCausevoidsetId(java.lang.Integer value)Setter for id The unique ID number of this notice RootCause.voidsetIsActive(java.lang.Boolean value)Setter for isActive Defines if the RootCause is activevoidsetSortOrder(java.lang.Integer value)Setter for sortOrder The sort order of this RootCausejava.lang.StringtoString()Returns a JSON string representation of NoticeRootCauseModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id The unique ID number of this notice RootCause.
-
setId
public void setId(java.lang.Integer value)
Setter for id The unique ID number of this notice RootCause.
-
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 NoticeRootCauseModel- Overrides:
toStringin classjava.lang.Object
-
-