Class KeystoneDomain
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneDomain
-
- All Implemented Interfaces:
Serializable,Buildable<DomainBuilder>,Domain,ModelEntity
public class KeystoneDomain extends Object implements Domain
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneDomain.DomainConcreteBuilderstatic classKeystoneDomain.Domains-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description KeystoneDomain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DomainBuilderbuilder()StringgetDescription()StringgetId()Globally unique domain identifier across all domains.Map<String,String>getLinks()StringgetName()Map<String,String>getOptions()Domain options.inthashCode()booleanisEnabled()voidsetEnabled(Boolean enabled)set endpoint enabledDomainBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static DomainBuilder builder()
- Returns:
- the domain builder
-
toBuilder
public DomainBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<DomainBuilder>
-
getId
public String getId()
Globally unique domain identifier across all domains.
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceDomain- Returns:
- the Description of the domain
-
getName
public String getName()
-
getOptions
public Map<String,String> getOptions()
Description copied from interface:DomainDomain options.- Specified by:
getOptionsin interfaceDomain
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(Boolean enabled)
set endpoint enabled- Parameters:
enabled- the new enabled status
-
-