public final class Account extends Object implements Serializable
| Constructor and Description |
|---|
Account(Datacenter datacenter,
String accountCode)
Construct an account instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountCode() |
Datacenter |
getDatacenter()
Returns the datacenter
|
int |
hashCode() |
String |
toString() |
public Account(Datacenter datacenter, String accountCode)
datacenter - the datacenter that hosts the account.accountCode - the customer account code.public Datacenter getDatacenter()
public String getAccountCode()
Copyright © 2014. All Rights Reserved.