@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-10-02T00:44:14.340Z") public class ApiAuthRoleRef extends Object
Constructor and Description |
---|
ApiAuthRoleRef() |
Modifier and Type | Method and Description |
---|---|
ApiAuthRoleRef |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getDisplayName()
The name of the authRole.
|
String |
getUuid()
The uuid of the authRole, which uniquely identifies it in a CM installation.
|
int |
hashCode() |
void |
setDisplayName(String displayName) |
void |
setUuid(String uuid) |
String |
toString() |
ApiAuthRoleRef |
uuid(String uuid) |
public ApiAuthRoleRef displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ApiAuthRoleRef uuid(String uuid)
public String getUuid()
public void setUuid(String uuid)
Copyright © 2018. All rights reserved.