Class MuranoEnvironment
- java.lang.Object
-
- org.openstack4j.openstack.murano.v1.domain.MuranoEnvironment
-
- All Implemented Interfaces:
Serializable,Buildable<EnvironmentBuilder>,ModelEntity,Environment
public class MuranoEnvironment extends Object implements Environment
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMuranoEnvironment.MuranoEnvironmentConcreteBuilderstatic classMuranoEnvironment.MuranoEnvironments-
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 MuranoEnvironment()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EnvironmentBuilderbuilder()StringgetCreated()StringgetId()StringgetName()List<MuranoApplication>getServices()StringgetStatus()StringgetTenantId()StringgetUpdated()StringgetVersion()EnvironmentBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static EnvironmentBuilder builder()
- Returns:
- the environment Builder
-
getId
public String getId()
- Specified by:
getIdin interfaceEnvironment- Returns:
- the id of the environment
-
getServices
public List<MuranoApplication> getServices()
- Specified by:
getServicesin interfaceEnvironment- Returns:
- the services of the environment
-
getStatus
public String getStatus()
- Specified by:
getStatusin interfaceEnvironment- Returns:
- the status of the environment
-
getUpdated
public String getUpdated()
- Specified by:
getUpdatedin interfaceEnvironment- Returns:
- the updated date of the environment
-
getName
public String getName()
- Specified by:
getNamein interfaceEnvironment- Returns:
- the name of the environment
-
getCreated
public String getCreated()
- Specified by:
getCreatedin interfaceEnvironment- Returns:
- the created date of the environment
-
getTenantId
public String getTenantId()
- Specified by:
getTenantIdin interfaceEnvironment- Returns:
- the tenant id of the environment
-
getVersion
public String getVersion()
- Specified by:
getVersionin interfaceEnvironment- Returns:
- the version of the environment
-
toBuilder
public EnvironmentBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<EnvironmentBuilder>
-
-