| Modifier and Type | Field and Description |
|---|---|
protected String |
ipAddress |
protected String |
subnetId |
| Constructor and Description |
|---|
IP.Builder() |
| Modifier and Type | Method and Description |
|---|---|
IP |
build() |
IP.Builder |
fromIP(IP in) |
IP.Builder |
ipAddress(String ipAddress)
Provide the ipAddress to the IP's Builder.
|
IP.Builder |
subnetId(String subnetId)
Provide the subnetId to the IP's Builder.
|
public IP.Builder ipAddress(String ipAddress)
IP.getIpAddress()public IP.Builder subnetId(String subnetId)
IP.getSubnetId()public IP build()
public IP.Builder fromIP(IP in)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.