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