|
||||||||||
| 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.query.QueryResultRecordType
public class QueryResultRecordType
Base type for query result Records. Subtypes define more specific elements.
<complexType name="QueryResultRecordType" />
| Nested Class Summary | |
|---|---|
static class |
QueryResultRecordType.Builder<B extends QueryResultRecordType.Builder<B>>
|
| Constructor Summary | |
|---|---|
protected |
QueryResultRecordType()
|
protected |
QueryResultRecordType(QueryResultRecordType.Builder<?> builder)
|
|
QueryResultRecordType(Set<Link> links,
URI href,
String id,
String type)
|
|
QueryResultRecordType(URI href)
|
| Method Summary | |
|---|---|
static QueryResultRecordType.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
URI |
getHref()
Contains the URI to the entity. |
String |
getId()
The resource identifier, expressed in URN format. |
Set<Link> |
getLinks()
Set of optional links to an entity or operation associated with this object. |
String |
getType()
Contains the type of the the entity. |
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
QueryResultRecordType.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected QueryResultRecordType(QueryResultRecordType.Builder<?> builder)
public QueryResultRecordType(Set<Link> links,
URI href,
String id,
String type)
public QueryResultRecordType(URI href)
protected QueryResultRecordType()
| Method Detail |
|---|
public static QueryResultRecordType.Builder<?> builder()
public QueryResultRecordType.Builder<?> toBuilder()
public Set<Link> getLinks()
public URI getHref()
public String getId()
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||