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 ResourceImplpublic boolean equals(Object obj)
equals in class ResourceImplpublic String toString()
toString in class ResourceImplCopyright © 2009-2013 jclouds. All Rights Reserved.