Class GrantedAuthority

java.lang.Object
org.apache.fineract.client.models.GrantedAuthority

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GrantedAuthority extends Object
GrantedAuthority
  • Field Details

  • Constructor Details

    • GrantedAuthority

      public GrantedAuthority()
  • Method Details

    • authority

      public GrantedAuthority authority(String authority)
    • getAuthority

      @Nullable public String getAuthority()
      Get authority
      Returns:
      authority
    • setAuthority

      public void setAuthority(String authority)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object