Class Extension

java.lang.Object
com.woorea.openstack.nova.model.Extension
All Implemented Interfaces:
Serializable

public class Extension extends Object implements Serializable
See Also:
  • Field Details

    • alias

      private String alias
    • description

      private String description
    • name

      private String name
    • namespace

      private String namespace
    • updated

      private Calendar updated
  • Constructor Details

    • Extension

      public Extension()
  • Method Details

    • 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
    • getLinks

      public List<Link> getLinks()
      Returns:
      the links
    • toString

      public String toString()
      Overrides:
      toString in class Object