public class Address extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAddress() |
int |
getVersion() |
int |
hashCode() |
static com.google.common.base.Function<Address,String> |
newAddress2StringFunction() |
static com.google.common.base.Function<String,Address> |
newString2AddressFunction() |
String |
toString() |
static Address |
valueOf(String address) |
Copyright © 2009-2012 jclouds. All Rights Reserved.