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