|
||||||||||
| 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
org.jclouds.vcloud.director.v1_5.domain.query.QueryResultCatalogRecord
public class QueryResultCatalogRecord
Represents the results from a Catalog vCloud query as a record.
<complexType name="QueryResultCatalogRecordType" />
| Nested Class Summary | |
|---|---|
static class |
QueryResultCatalogRecord.Builder<B extends QueryResultCatalogRecord.Builder<B>>
|
| Field Summary | |
|---|---|
protected Date |
creationDate
|
protected Boolean |
isPublished
|
protected Boolean |
isShared
|
protected String |
name
|
protected Integer |
numberOfMedia
|
protected Integer |
numberOfVAppTemplates
|
protected String |
orgName
|
protected URI |
owner
|
protected String |
ownerName
|
| Method Summary | |
|---|---|
static QueryResultCatalogRecord.Builder<?> |
builder()
|
boolean |
equals(Object o)
|
Date |
getCreationDate()
Gets the value of the creationDate property. |
String |
getName()
Gets the value of the name property. |
Integer |
getNumberOfMedia()
Gets the value of the numberOfMedia property. |
Integer |
getNumberOfVAppTemplates()
Gets the value of the numberOfVAppTemplates property. |
String |
getOrgName()
Gets the value of the orgName property. |
URI |
getOwner()
Gets the value of the owner property. |
String |
getOwnerName()
Gets the value of the ownerName property. |
int |
hashCode()
|
Boolean |
isPublished()
Gets the value of the isPublished property. |
Boolean |
isShared()
Gets the value of the isShared property. |
com.google.common.base.Objects.ToStringHelper |
string()
|
QueryResultCatalogRecord.Builder<?> |
toBuilder()
|
| Methods inherited from class org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType |
|---|
getHref, getId, getLinks, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected Boolean isPublished
protected Boolean isShared
protected Date creationDate
protected String orgName
protected String ownerName
protected Integer numberOfVAppTemplates
protected Integer numberOfMedia
protected URI owner
| Method Detail |
|---|
public static QueryResultCatalogRecord.Builder<?> builder()
public QueryResultCatalogRecord.Builder<?> toBuilder()
toBuilder in class QueryResultRecordTypepublic String getName()
public Boolean isPublished()
public Boolean isShared()
public Date getCreationDate()
public String getOrgName()
public String getOwnerName()
public Integer getNumberOfVAppTemplates()
public Integer getNumberOfMedia()
public URI getOwner()
public boolean equals(Object o)
equals in class QueryResultRecordTypepublic int hashCode()
hashCode in class QueryResultRecordTypepublic com.google.common.base.Objects.ToStringHelper string()
string in class QueryResultRecordType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||