public class QueryResultStrandedUserRecord extends QueryResultRecordType
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryResultStrandedUserRecord.Builder<B extends QueryResultStrandedUserRecord.Builder<B>> |
| Modifier | Constructor and Description |
|---|---|
protected |
QueryResultStrandedUserRecord() |
protected |
QueryResultStrandedUserRecord(QueryResultStrandedUserRecord.Builder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
static QueryResultStrandedUserRecord.Builder<?> |
builder() |
boolean |
equals(Object o) |
String |
getFullName()
Full name
|
String |
getName()
name
|
Integer |
getNumberOfDeployedVMs()
Number of deployed VMs
|
Integer |
getNumberOfStoredVMs()
Number of stored VMs
|
int |
hashCode() |
Boolean |
isInSync()
Shows whether it is in sync
|
com.google.common.base.Objects.ToStringHelper |
string() |
QueryResultStrandedUserRecord.Builder<?> |
toBuilder() |
protected QueryResultStrandedUserRecord(QueryResultStrandedUserRecord.Builder<?> builder)
protected QueryResultStrandedUserRecord()
public static QueryResultStrandedUserRecord.Builder<?> builder()
public QueryResultStrandedUserRecord.Builder<?> toBuilder()
toBuilder in class QueryResultRecordTypepublic String getName()
public String getFullName()
public Boolean isInSync()
public Integer getNumberOfDeployedVMs()
public Integer getNumberOfStoredVMs()
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 QueryResultRecordTypeCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.