Class MessageTypeCodeKey

    • Constructor Detail

      • MessageTypeCodeKey

        public MessageTypeCodeKey​(short msgVersion,
                                  short msgType)
        Constructor.
        Parameters:
        msgVersion - protocol version
        msgType - type code of message
    • Method Detail

      • getMsgType

        public short getMsgType()
        Returns the msgType.
      • getMsgVersion

        public short getMsgVersion()
        Returns the msgVersion.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object