public class Ip extends Object
Server, 
ServerDetails| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Ip.Builder<T extends Ip.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Ip(String ip,
  int version,
  double cost,
  String currency)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Ip.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
double | 
getCost()  | 
String | 
getCurrency()  | 
String | 
getIp()  | 
int | 
getVersion()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
Ip.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
@ConstructorProperties(value={"ipaddress","version","cost","currency"}) protected Ip(String ip, int version, double cost, String currency)
public static Ip.Builder<?> builder()
public Ip.Builder<?> toBuilder()
public String getIp()
public int getVersion()
public double getCost()
getCurrency()protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.