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

    Modifier and Type Method Description
    java.lang.String getDescription()
    Getter for description A description of this security role
    java.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 role
    void 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • 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 class java.lang.Object