@Beta public final class NetworkTunnelId extends org.onlab.util.Identifier<Long>
| Constructor and Description |
|---|
NetworkTunnelId(long value)
Constructs the ID corresponding to a given long value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static NetworkTunnelId |
valueOf(long value)
Creates an tunnel identifier from the specified tunnel.
|
static NetworkTunnelId |
valueOf(String value) |
public NetworkTunnelId(long value)
value - the underlying value of this IDpublic static NetworkTunnelId valueOf(long value)
value - long valuepublic static NetworkTunnelId valueOf(String value)