public interface Environment extends ModelEntity, Buildable<EnvironmentBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
String |
getCreated() |
String |
getId() |
String |
getName() |
List<? extends Application> |
getServices() |
String |
getStatus() |
String |
getTenantId() |
String |
getUpdated() |
String |
getVersion() |
String getId()
List<? extends Application> getServices()
String getStatus()
String getUpdated()
String getName()
String getCreated()
String getTenantId()
String getVersion()
Copyright © 2017. All rights reserved.