org.jclouds.vcloud.director.v1_5.domain.query
Class QueryResultCatalogRecord

java.lang.Object
  extended by org.jclouds.vcloud.director.v1_5.domain.query.QueryResultRecordType
      extended by org.jclouds.vcloud.director.v1_5.domain.query.QueryResultCatalogRecord

public class QueryResultCatalogRecord
extends QueryResultRecordType

Represents the results from a Catalog vCloud query as a record.

 <complexType name="QueryResultCatalogRecordType" />
 

Author:
grkvlt@apache.org

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

name

protected String name

isPublished

protected Boolean isPublished

isShared

protected Boolean isShared

creationDate

protected Date creationDate

orgName

protected String orgName

ownerName

protected String ownerName

numberOfVAppTemplates

protected Integer numberOfVAppTemplates

numberOfMedia

protected Integer numberOfMedia

owner

protected URI owner
Method Detail

builder

public static QueryResultCatalogRecord.Builder<?> builder()

toBuilder

public QueryResultCatalogRecord.Builder<?> toBuilder()
Overrides:
toBuilder in class QueryResultRecordType

getName

public String getName()
Gets the value of the name property.


isPublished

public Boolean isPublished()
Gets the value of the isPublished property.


isShared

public Boolean isShared()
Gets the value of the isShared property.


getCreationDate

public Date getCreationDate()
Gets the value of the creationDate property.


getOrgName

public String getOrgName()
Gets the value of the orgName property.


getOwnerName

public String getOwnerName()
Gets the value of the ownerName property.


getNumberOfVAppTemplates

public Integer getNumberOfVAppTemplates()
Gets the value of the numberOfVAppTemplates property.


getNumberOfMedia

public Integer getNumberOfMedia()
Gets the value of the numberOfMedia property.


getOwner

public URI getOwner()
Gets the value of the owner property.


equals

public boolean equals(Object o)
Overrides:
equals in class QueryResultRecordType

hashCode

public int hashCode()
Overrides:
hashCode in class QueryResultRecordType

string

public com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class QueryResultRecordType


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.