org.jclouds.opsource.servers.domain
Class Account

java.lang.Object
  extended by org.jclouds.opsource.servers.domain.Account

public class Account
extends Object


Nested Class Summary
static class Account.Builder
           
 
Field Summary
protected  String orgId
           
 
Method Summary
static Account.Builder builder()
           
 boolean equals(Object o)
           
 String getOrgId()
           
 int hashCode()
           
 Account.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

orgId

protected String orgId
Method Detail

builder

public static Account.Builder builder()

toBuilder

public Account.Builder toBuilder()

getOrgId

public String getOrgId()
Returns:
your Organization ID that will be used as the basis for subsequent API interactions

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.