| 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()
ChannelIdChannelId.asShortText in interface ChannelIdpublic java.lang.String asLongText()
ChannelIdChannelId.asLongText in interface ChannelIdpublic int compareTo(ChannelId o)
compareTo in interface java.lang.Comparable<ChannelId>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object