java.lang.Object
com.woorea.openstack.keystone.model.Link
All Implemented Interfaces:
Serializable

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

  • Constructor Details

    • Link

      public Link()
  • Method Details

    • getRel

      public String getRel()
      Returns:
      the rel
    • getHref

      public String getHref()
      Returns:
      the href
    • getType

      public String getType()
      Returns:
      the type
    • toString

      public String toString()
      Overrides:
      toString in class Object