public final class GatewayNode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GatewayNode.Builder
GatewayNode Builder class.
|
| Modifier and Type | Method and Description |
|---|---|
static GatewayNode.Builder |
builder()
Returns GatewayNode builder object.
|
boolean |
equals(Object obj) |
org.onlab.packet.Ip4Address |
getDataIpAddress()
Returns the data ip address of gateway node.
|
org.onosproject.net.DeviceId |
getGatewayDeviceId()
Returns the device id of gateway node.
|
String |
getUplinkIntf()
Returns the gateway`s interface name.
|
int |
hashCode() |
String |
toString() |
public org.onosproject.net.DeviceId getGatewayDeviceId()
public String getUplinkIntf()
public org.onlab.packet.Ip4Address getDataIpAddress()
public static GatewayNode.Builder builder()