|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.savvis.vpdc.domain.ResourceImpl
org.jclouds.savvis.vpdc.domain.Link
public class Link
Location of a Rest resource
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jclouds.savvis.vpdc.domain.ResourceImpl |
|---|
ResourceImpl.Builder |
| Field Summary | |
|---|---|
protected String |
rel
|
| Fields inherited from class org.jclouds.savvis.vpdc.domain.ResourceImpl |
|---|
href, id, name, type |
| Constructor Summary | |
|---|---|
Link(String id,
String name,
String type,
URI href,
String rel)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Link that)
|
boolean |
equals(Object obj)
|
String |
getRel()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.jclouds.savvis.vpdc.domain.ResourceImpl |
|---|
builder, compareTo, getHref, getId, getName, getType, toBuilder |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String rel
| Constructor Detail |
|---|
public Link(String id,
String name,
String type,
URI href,
String rel)
| Method Detail |
|---|
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 ResourceImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||