@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, idpublic static TunnelId valueOf(java.lang.String value)
value - string valuepublic java.lang.String toString()
IdentifiertoString in class Identifier<java.lang.String>