Class DefaultChannelId

    • Method Detail

      • asShortText

        public java.lang.String asShortText()
        Description copied from interface: ChannelId
        Returns the short but globally non-unique string representation of the ChannelId.
        Specified by:
        asShortText in interface ChannelId
      • asLongText

        public java.lang.String asLongText()
        Description copied from interface: ChannelId
        Returns the long yet globally unique string representation of the ChannelId.
        Specified by:
        asLongText in interface ChannelId
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(ChannelId o)
        Specified by:
        compareTo in interface java.lang.Comparable<ChannelId>
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object