public final class DomainTunnelId extends Identifier<java.lang.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 |
---|---|
java.lang.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(java.lang.String value)
Creates a tunnel identifier from the specified tunnel.
|
equals, hashCode, id
protected DomainTunnelId()
public DomainTunnelId(long value)
value
- the underlying value of this domain IDpublic static DomainTunnelId valueOf(long value)
value
- long valuepublic static DomainTunnelId valueOf(java.lang.String value)
value
- long value as a stringpublic java.lang.String toString()
Identifier
toString
in class Identifier<java.lang.Long>