|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.vcloud.director.v1_5.domain.Reference
public class Reference
A reference to a resource. Contains an href attribute and optional name and type attributes.
<xs:complexType name="ReferenceType">
| Nested Class Summary | |
|---|---|
static class |
Reference.Builder<B extends Reference.Builder<B>>
|
| Field Summary | |
|---|---|
protected static Logger |
logger
|
| Constructor Summary | |
|---|---|
protected |
Reference()
|
protected |
Reference(Reference.Builder<?> builder)
|
protected |
Reference(URI href,
String id,
String name,
String type)
|
| Method Summary | |
|---|---|
static Reference.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
URI |
getHref()
Contains the URI to the entity. |
String |
getId()
The resource identifier, expressed in URN format. |
String |
getName()
Contains the name of the the entity. |
String |
getType()
Contains the type of the the entity. |
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
Reference |
toAdminReference(String endpoint)
|
Reference.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static Logger logger
| Constructor Detail |
|---|
protected Reference(Reference.Builder<?> builder)
protected Reference(URI href,
String id,
String name,
String type)
protected Reference()
| Method Detail |
|---|
public static Reference.Builder<?> builder()
public Reference.Builder<?> toBuilder()
public URI getHref()
public String getId()
public String getName()
public String getType()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
public Reference toAdminReference(String endpoint)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||