@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiAuthRoleAuthority extends Object
Constructor and Description |
---|
ApiAuthRoleAuthority() |
Modifier and Type | Method and Description |
---|---|
ApiAuthRoleAuthority |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
The description of the authority.
|
String |
getName()
The name of the authority.
|
int |
hashCode() |
ApiAuthRoleAuthority |
name(String name) |
void |
setDescription(String description) |
void |
setName(String name) |
String |
toString() |
public ApiAuthRoleAuthority name(String name)
public String getName()
public void setName(String name)
public ApiAuthRoleAuthority description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2019. All rights reserved.