org.jclouds.glesys.domain
Class Ip.Builder<T extends Ip.Builder<T>>
java.lang.Object
org.jclouds.glesys.domain.Ip.Builder<T>
- Enclosing class:
- Ip
public abstract static class Ip.Builder<T extends Ip.Builder<T>>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ip
protected String ip
version
protected int version
cost
protected double cost
currency
protected String currency
Ip.Builder
public Ip.Builder()
self
protected abstract T self()
ip
public T ip(String ip)
- See Also:
Ip.getIp()
version
protected T version(int version)
- See Also:
Ip.getVersion()
version4
public T version4()
- See Also:
Ip.getVersion()
version6
public T version6()
- See Also:
Ip.getVersion()
cost
public T cost(double cost)
- See Also:
Ip.getCost()
currency
public T currency(String currency)
- See Also:
Ip.getCurrency()
build
public Ip build()
fromIp
public T fromIp(Ip in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.