|
||||||||||
| 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.QueryResultVAppRecord
public class QueryResultVAppRecord
Represents the results from a VApp vCloud query as a record.
<complexType name="QueryResultVAppRecordType" />
| 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 |
|---|
protected String name
protected String vdc
protected String vdcName
protected Boolean isPublic
protected Boolean isEnabled
protected Boolean isBusy
protected Date creationDate
protected String status
protected String ownerName
protected Boolean isDeployed
protected Boolean isInMaintenanceMode
| Method Detail |
|---|
public static QueryResultVAppRecord.Builder<?> builder()
public QueryResultVAppRecord.Builder<?> toBuilder()
toBuilder in class QueryResultRecordTypepublic String getName()
public String getVdc()
public String getVdcName()
public Boolean isIsPublic()
public Boolean isIsEnabled()
public Boolean isIsBusy()
public Date getCreationDate()
public String getStatus()
public String getOwnerName()
public Boolean isIsDeployed()
public Boolean isIsInMaintenanceMode()
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 | |||||||||