Package com.woorea.openstack.nova.model
Class Extension
- java.lang.Object
-
- com.woorea.openstack.nova.model.Extension
-
- All Implemented Interfaces:
Serializable
public class Extension extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Extension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlias()StringgetDescription()List<Link>getLinks()StringgetName()StringgetNamespace()CalendargetUpdated()StringtoString()
-
-
-
Method Detail
-
getAlias
public String getAlias()
- Returns:
- the alias
-
getDescription
public String getDescription()
- Returns:
- the description
-
getName
public String getName()
- Returns:
- the name
-
getNamespace
public String getNamespace()
- Returns:
- the namespace
-
getUpdated
public Calendar getUpdated()
- Returns:
- the updated
-
-