Class AbstractRequestNot

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        define serialVersionUID for interoperability, fix with 5.15.0 value
        See Also:
        Constant Field Values
      • requestId

        private int requestId
        The requestId field allows a client to identify the request sent to a destination.

        This field is for the client use only and might not be set.

    • Constructor Detail

      • AbstractRequestNot

        public AbstractRequestNot​(int clientContext,
                                  int requestId)
        Constructs an AbstractRequest.
        Parameters:
        clientContext - Identifies a client context.
        requestId - Identifies the request.
      • AbstractRequestNot

        public AbstractRequestNot()
        Constructs an AbstractRequest.