Package org.openstack4j.openstack.common
Class ExtensionValue
- java.lang.Object
-
- org.openstack4j.openstack.common.ExtensionValue
-
- All Implemented Interfaces:
Serializable,Extension,ModelEntity
@Deprecated public class ExtensionValue extends Object implements Extension
Deprecated.https://specs.openstack.org/openstack/nova-specs/specs/newton/implemented/api-no-more-extensions.htmlRepresents an Extension which adds additional functionality to the OpenStack API- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtensionValue.ExtensionListDeprecated.static classExtensionValue.ExtensionsDeprecated.
-
Constructor Summary
Constructors Constructor Description ExtensionValue()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetAlias()Deprecated.StringgetDescription()Deprecated.List<? extends Link>getLinks()Deprecated.StringgetName()Deprecated.URIgetNamespace()Deprecated.DategetUpdated()Deprecated.StringtoString()Deprecated.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated.
-
getNamespace
public URI getNamespace()
Deprecated.- Specified by:
getNamespacein interfaceExtension- Returns:
- the namespace of this extension
-
getAlias
public String getAlias()
Deprecated.
-
getUpdated
public Date getUpdated()
Deprecated.- Specified by:
getUpdatedin interfaceExtension- Returns:
- when the extension was last updated
-
getDescription
public String getDescription()
Deprecated.- Specified by:
getDescriptionin interfaceExtension- Returns:
- the description of this extension
-
-