Class CloudStack
- java.lang.Object
-
- com.sap.cloudfoundry.client.facade.domain.CloudEntity
-
- com.sap.cloudfoundry.client.facade.domain.CloudStack
-
- All Implemented Interfaces:
Derivable<CloudStack>
- Direct Known Subclasses:
ImmutableCloudStack
@Immutable public abstract class CloudStack extends CloudEntity implements Derivable<CloudStack>
-
-
Constructor Summary
Constructors Constructor Description CloudStack()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CloudStackderive()abstract StringgetDescription()-
Methods inherited from class com.sap.cloudfoundry.client.facade.domain.CloudEntity
getGuid, getMetadata, getName, getV3Metadata
-
-
-
-
Method Detail
-
getDescription
public abstract String getDescription()
-
derive
public CloudStack derive()
- Specified by:
derivein interfaceDerivable<CloudStack>
-
-