public class FixedIP extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FixedIP.Builder |
Modifier and Type | Field and Description |
---|---|
protected String |
ipAddress |
protected String |
subnetId |
Modifier | Constructor and Description |
---|---|
protected |
FixedIP(String ipAddress,
String subnetId) |
Modifier and Type | Method and Description |
---|---|
static FixedIP.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getIpAddress() |
String |
getSubnetId() |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
FixedIP.Builder |
toBuilder()
Gets a Builder configured as this object.
|
String |
toString() |
@Named(value="ip_address") protected final String ipAddress
@Named(value="subnet_id") protected final String subnetId
@ConstructorProperties(value={"ip_address","subnet_id"}) protected FixedIP(String ipAddress, String subnetId)
protected com.google.common.base.Objects.ToStringHelper string()
public static FixedIP.Builder builder()
public FixedIP.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.