@Beta public final class NetworkTunnelId extends Identifier<java.lang.Long>
identifier| Constructor and Description |
|---|
NetworkTunnelId(long value)
Constructs the ID corresponding to a given long value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string representation of a DeviceKeyId.
|
static NetworkTunnelId |
valueOf(long value)
Creates an tunnel identifier from the specified tunnel.
|
static NetworkTunnelId |
valueOf(java.lang.String value) |
equals, hashCode, idpublic NetworkTunnelId(long value)
value - the underlying value of this IDpublic static NetworkTunnelId valueOf(long value)
value - long valuepublic static NetworkTunnelId valueOf(java.lang.String value)
public java.lang.String toString()
IdentifiertoString in class Identifier<java.lang.Long>