Class NoticeRootCauseModel
java.lang.Object
net.avalara.avatax.rest.client.models.NoticeRootCauseModel
NoticeRootCause Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description The description name of this notice RootCausegetId()
Getter for id The unique ID number of this notice RootCause.Getter for isActive Defines if the RootCause is activeGetter for sortOrder The sort order of this RootCausevoid
setDescription
(String value) Setter for description The description name of this notice RootCausevoid
Setter for id The unique ID number of this notice RootCause.void
setIsActive
(Boolean value) Setter for isActive Defines if the RootCause is activevoid
setSortOrder
(Integer value) Setter for sortOrder The sort order of this RootCausetoString()
Returns a JSON string representation of NoticeRootCauseModel
-
Constructor Details
-
NoticeRootCauseModel
public NoticeRootCauseModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this notice RootCause. -
setId
Setter for id The unique ID number of this notice RootCause. -
getDescription
Getter for description The description name of this notice RootCause -
setDescription
Setter for description The description name of this notice RootCause -
getIsActive
Getter for isActive Defines if the RootCause is active -
setIsActive
Setter for isActive Defines if the RootCause is active -
getSortOrder
Getter for sortOrder The sort order of this RootCause -
setSortOrder
Setter for sortOrder The sort order of this RootCause -
toString
Returns a JSON string representation of NoticeRootCauseModel
-