public class Role extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Role.Builder<T extends Role.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Role(String id,
String name,
String description,
String serviceId,
String tenantId,
String tenantName) |
Modifier and Type | Method and Description |
---|---|
static Role.Builder<?> |
builder() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getId()
When providing an ID, it is assumed that the role exists in the current OpenStack deployment
|
String |
getName() |
String |
getServiceId() |
String |
getTenantId() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Role.Builder<?> |
toBuilder() |
String |
toString() |
public static Role.Builder<?> builder()
public Role.Builder<?> toBuilder()
@Nullable public String getId()
public String getName()
@Nullable public String getServiceId()
@Nullable public String getTenantId()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.