@Beta public final class TunnelId extends Identifier<java.lang.String>
identifier
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of a DeviceKeyId.
|
static TunnelId |
valueOf(java.lang.String value)
Creates an tunnel identifier from the specified tunnel.
|
equals, hashCode, id
public static TunnelId valueOf(java.lang.String value)
value
- string valuepublic java.lang.String toString()
Identifier
toString
in class Identifier<java.lang.String>