public class Link extends ResourceImpl
ResourceImpl.Builder
Modifier and Type | Field and Description |
---|---|
protected String |
rel |
href, id, name, type
Constructor and Description |
---|
Link(String id,
String name,
String type,
URI href,
String rel) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Link that) |
boolean |
equals(Object obj) |
String |
getRel() |
int |
hashCode() |
String |
toString() |
protected final String rel
public String getRel()
public int compareTo(Link that)
public int hashCode()
hashCode
in class ResourceImpl
public boolean equals(Object obj)
equals
in class ResourceImpl
public String toString()
toString
in class ResourceImpl
Copyright © 2009-2012 jclouds. All Rights Reserved.