public class VMGroup extends Object implements Comparable<VMGroup>
Modifier and Type | Class and Description |
---|---|
static class |
VMGroup.Builder |
Constructor and Description |
---|
VMGroup(long id,
String account,
Date created,
String domain,
long domainId,
String name) |
Modifier and Type | Method and Description |
---|---|
static VMGroup.Builder |
builder() |
int |
compareTo(VMGroup vmGroup) |
boolean |
equals(Object o) |
String |
getAccount() |
Date |
getCreated() |
String |
getDomain() |
long |
getDomainId() |
long |
getId() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public static VMGroup.Builder builder()
public long getId()
public String getAccount()
public Date getCreated()
public String getDomain()
public long getDomainId()
public String getName()
public int compareTo(VMGroup vmGroup)
compareTo
in interface Comparable<VMGroup>
Copyright © 2009-2012 jclouds. All Rights Reserved.