public final class DomainTunnelId extends Identifier<Long>
identifier| Modifier | Constructor and Description |
|---|---|
protected |
DomainTunnelId()
Constructor for serializer.
|
|
DomainTunnelId(long value)
Constructs the Domain ID corresponding to a given long value.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a string representation of a DeviceKeyId.
|
static DomainTunnelId |
valueOf(long value)
Creates a tunnel identifier from the specified tunnel.
|
static DomainTunnelId |
valueOf(String value)
Creates a tunnel identifier from the specified tunnel.
|
equals, hashCode, idprotected DomainTunnelId()
public DomainTunnelId(long value)
value - the underlying value of this domain IDpublic static DomainTunnelId valueOf(long value)
value - long valuepublic static DomainTunnelId valueOf(String value)
value - long value as a stringpublic String toString()
IdentifiertoString in class Identifier<Long>