Class SecurityRoleModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.SecurityRoleModel
-
public class SecurityRoleModel extends java.lang.ObjectRepresents 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.StringgetDescription()Getter for description A description of this security rolejava.lang.IntegergetId()Getter for id The unique ID number of this security role.voidsetDescription(java.lang.String value)Setter for description A description of this security rolevoidsetId(java.lang.Integer value)Setter for id The unique ID number of this security role.java.lang.StringtoString()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:
toStringin classjava.lang.Object
-
-