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

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

public class QueryResultVAppRecord
extends QueryResultRecordType

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

 <complexType name="QueryResultVAppRecordType" />
 

Author:
grkvlt@apache.org

Nested Class Summary
static class QueryResultVAppRecord.Builder<B extends QueryResultVAppRecord.Builder<B>>
           
 
Field Summary
protected  Date creationDate
           
protected  Boolean isBusy
           
protected  Boolean isDeployed
           
protected  Boolean isEnabled
           
protected  Boolean isInMaintenanceMode
           
protected  Boolean isPublic
           
protected  String name
           
protected  String ownerName
           
protected  String status
           
protected  String vdc
           
protected  String vdcName
           
 
Method Summary
static QueryResultVAppRecord.Builder<?> builder()
           
 boolean equals(Object o)
           
 Date getCreationDate()
          Gets the value of the creationDate property.
 String getName()
          Gets the value of the name property.
 String getOwnerName()
          Gets the value of the ownerName property.
 String getStatus()
          Gets the value of the status property.
 String getVdc()
          Gets the value of the vdc property.
 String getVdcName()
          Gets the value of the vdcName property.
 int hashCode()
           
 Boolean isIsBusy()
          Gets the value of the isBusy property.
 Boolean isIsDeployed()
          Gets the value of the isDeployed property.
 Boolean isIsEnabled()
          Gets the value of the isEnabled property.
 Boolean isIsInMaintenanceMode()
          Gets the value of the isInMaintenanceMode property.
 Boolean isIsPublic()
          Gets the value of the isPublic property.
 com.google.common.base.Objects.ToStringHelper string()
           
 QueryResultVAppRecord.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

vdc

protected String vdc

vdcName

protected String vdcName

isPublic

protected Boolean isPublic

isEnabled

protected Boolean isEnabled

isBusy

protected Boolean isBusy

creationDate

protected Date creationDate

status

protected String status

ownerName

protected String ownerName

isDeployed

protected Boolean isDeployed

isInMaintenanceMode

protected Boolean isInMaintenanceMode
Method Detail

builder

public static QueryResultVAppRecord.Builder<?> builder()

toBuilder

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

getName

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


getVdc

public String getVdc()
Gets the value of the vdc property.


getVdcName

public String getVdcName()
Gets the value of the vdcName property.


isIsPublic

public Boolean isIsPublic()
Gets the value of the isPublic property.


isIsEnabled

public Boolean isIsEnabled()
Gets the value of the isEnabled property.


isIsBusy

public Boolean isIsBusy()
Gets the value of the isBusy property.


getCreationDate

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


getStatus

public String getStatus()
Gets the value of the status property.


getOwnerName

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


isIsDeployed

public Boolean isIsDeployed()
Gets the value of the isDeployed property.


isIsInMaintenanceMode

public Boolean isIsInMaintenanceMode()
Gets the value of the isInMaintenanceMode 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.