Modifier and Type | Field and Description |
---|---|
(package private) static ChannelId |
INSTANCE |
private static long |
serialVersionUID |
Modifier | Constructor and Description |
---|---|
private |
EmbeddedChannelId() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asLongText()
Returns the long yet globally unique string representation of the
ChannelId . |
java.lang.String |
asShortText()
Returns the short but globally non-unique string representation of the
ChannelId . |
int |
compareTo(ChannelId o) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
private static final long serialVersionUID
static final ChannelId INSTANCE
public java.lang.String asShortText()
ChannelId
ChannelId
.asShortText
in interface ChannelId
public java.lang.String asLongText()
ChannelId
ChannelId
.asLongText
in interface ChannelId
public int compareTo(ChannelId o)
compareTo
in interface java.lang.Comparable<ChannelId>
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object