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