org.jclouds.cloudstack.domain
Class VMGroup

java.lang.Object
  extended by org.jclouds.cloudstack.domain.VMGroup

public class VMGroup
extends Object

Class VMGroup

Author:
Richard Downer

Nested Class Summary
static class VMGroup.Builder<T extends VMGroup.Builder<T>>
           
 
Constructor Summary
protected VMGroup(String id, String account, Date created, String domain, String domainId, String name)
           
 
Method Summary
static VMGroup.Builder<?> builder()
           
 boolean equals(Object obj)
           
 String getAccount()
           
 Date getCreated()
           
 String getDomain()
           
 String getDomainId()
           
 String getId()
           
 String getName()
           
 int hashCode()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 VMGroup.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VMGroup

@ConstructorProperties(value={"id","account","created","domain","domainid","name"})
protected VMGroup(String id,
                                             @Nullable
                                             String account,
                                             @Nullable
                                             Date created,
                                             @Nullable
                                             String domain,
                                             @Nullable
                                             String domainId,
                                             @Nullable
                                             String name)
Method Detail

builder

public static VMGroup.Builder<?> builder()

toBuilder

public VMGroup.Builder<?> toBuilder()

getId

public String getId()
Returns:
the VMGroup's ID

getAccount

@Nullable
public String getAccount()
Returns:
the account that owns the VMGroup

getCreated

@Nullable
public Date getCreated()
Returns:
the VMGroup's creation timestamp

getDomain

@Nullable
public String getDomain()
Returns:
the domain that contains the VMGroup

getDomainId

@Nullable
public String getDomainId()
Returns:
the ID of the domain that contains the VMGroup

getName

public String getName()
Returns:
the name of the VMGroup

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

string

protected com.google.common.base.Objects.ToStringHelper string()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2013 jclouds. All Rights Reserved.