Class PermissionRequest

java.lang.Object
gen.org.tkit.onecx.permission.model.PermissionRequest

public class PermissionRequest extends Object
  • Constructor Details

    • PermissionRequest

      public PermissionRequest()
  • Method Details

    • getToken

      public String getToken()
      Get token
      Returns:
      token
    • setToken

      public void setToken(String token)
      Set token
    • token

      public PermissionRequest token(String token)
    • toString

      public String toString()
      Create a string representation of this pojo.
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Compares this object to the specified object. The result is true if and only if the argument is not null and is a PermissionRequest object that contains the same values as this object.
      Overrides:
      equals in class Object
      Parameters:
      obj - the object to compare with.
      Returns:
      true if the objects are the same; false otherwise.
    • hashCode

      public int hashCode()
      Returns a hash code for a PermissionRequest.
      Overrides:
      hashCode in class Object
      Returns:
      a hash code value for a PermissionRequest.