Class SecurityRoleModel
java.lang.Object
net.avalara.avatax.rest.client.models.SecurityRoleModel
Represents a single security role.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for description A description of this security rolegetId()
Getter for id The unique ID number of this security role.void
setDescription
(String value) Setter for description A description of this security rolevoid
Setter for id The unique ID number of this security role.toString()
Returns a JSON string representation of SecurityRoleModel
-
Constructor Details
-
SecurityRoleModel
public SecurityRoleModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this security role. -
setId
Setter for id The unique ID number of this security role. -
getDescription
Getter for description A description of this security role -
setDescription
Setter for description A description of this security role -
toString
Returns a JSON string representation of SecurityRoleModel
-