| 限定符和类型 | 方法和说明 |
|---|---|
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() |
static DefaultChannelId |
newInstance()
Returns a new
DefaultChannelId instance. |
java.lang.String |
toString() |
public static DefaultChannelId newInstance()
DefaultChannelId instance.public java.lang.String asShortText()
ChannelIdChannelId.asShortText 在接口中 ChannelIdpublic java.lang.String asLongText()
ChannelIdChannelId.asLongText 在接口中 ChannelIdpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Object