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