Class KeystoneProject
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneProject
-
- All Implemented Interfaces:
Serializable,Buildable<ProjectBuilder>,Project,ModelEntity
public class KeystoneProject extends Object implements Project
Project model class for identity/v3- See Also:
- API reference, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneProject.ProjectConcreteBuilderstatic classKeystoneProject.Projects-
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 KeystoneProject()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectBuilderbuilder()booleanequals(Object obj)StringgetDescription()DomaingetDomain()StringgetDomainId()Map<String,String>getExtra()StringgetExtra(String key)StringgetId()Globally unique within the owning domain.Map<String,String>getLinks()StringgetName()Map<String,String>getOptions()Project options.StringgetParentId()StringgetParents()StringgetSubtree()List<String>getTags()inthashCode()booleanisEnabled()voidsetEnabled(Boolean enabled)set project enabledvoidsetExtra(String key, String value)voidsetLinks(Map<String,String> links)voidsetTags(List<String> tags)ProjectBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static ProjectBuilder builder()
- Returns:
- the Project builder
-
toBuilder
public ProjectBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<ProjectBuilder>
-
getId
public String getId()
Globally unique within the owning domain.
-
getDomain
public Domain getDomain()
-
getDomainId
public String getDomainId()
- Specified by:
getDomainIdin interfaceProject- Returns:
- the DomainId of the project
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceProject- Returns:
- the Description of the project
-
getName
public String getName()
-
getOptions
public Map<String,String> getOptions()
Description copied from interface:ProjectProject options.- Specified by:
getOptionsin interfaceProject
-
getParentId
public String getParentId()
- Specified by:
getParentIdin interfaceProject- Returns:
- the parentId of the project
-
getSubtree
public String getSubtree()
- Specified by:
getSubtreein interfaceProject- Returns:
- the subtree of the project
-
getParents
public String getParents()
- Specified by:
getParentsin interfaceProject- Returns:
- the parents of the project
-
isEnabled
public boolean isEnabled()
-
setEnabled
public void setEnabled(Boolean enabled)
set project enabled- Parameters:
enabled- the new enabled status
-
-