public class KeystoneGroup extends Object implements Group
Modifier and Type | Class and Description |
---|---|
static class |
KeystoneGroup.GroupConcreteBuilder |
static class |
KeystoneGroup.Groups |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
KeystoneGroup() |
Modifier and Type | Method and Description |
---|---|
static GroupBuilder |
builder() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getDomainId() |
String |
getId()
Globally unique within the owning domain.
|
Map<String,String> |
getLinks() |
String |
getName() |
int |
hashCode() |
GroupBuilder |
toBuilder() |
String |
toString() |
public static GroupBuilder builder()
public GroupBuilder toBuilder()
toBuilder
in interface Buildable<GroupBuilder>
public String getId()
public String getName()
public String getDescription()
getDescription
in interface Group
public String getDomainId()
getDomainId
in interface Group
Copyright © 2017. All rights reserved.