Class SecurityRoleModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.SecurityRoleModel
-
public class SecurityRoleModel extends java.lang.Object
Represents a single security role.
-
-
Constructor Summary
Constructors Constructor Description SecurityRoleModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
Getter for description A description of this security rolejava.lang.Integer
getId()
Getter for id The unique ID number of this security role.void
setDescription(java.lang.String value)
Setter for description A description of this security rolevoid
setId(java.lang.Integer value)
Setter for id The unique ID number of this security role.java.lang.String
toString()
Returns a JSON string representation of SecurityRoleModel
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
Getter for id The unique ID number of this security role.
-
setId
public void setId(java.lang.Integer value)
Setter for id The unique ID number of this security role.
-
getDescription
public java.lang.String getDescription()
Getter for description A description of this security role
-
setDescription
public void setDescription(java.lang.String value)
Setter for description A description of this security role
-
toString
public java.lang.String toString()
Returns a JSON string representation of SecurityRoleModel- Overrides:
toString
in classjava.lang.Object
-
-