Interface PreParseExtendedOperation

    • Method Detail

      • getRequestOID

        String getRequestOID()
        Retrieves the OID for the request associated with this extended operation.
        Returns:
        The OID for the request associated with this extended operation.
      • setRequestOID

        void setRequestOID​(String requestOID)
        Specifies the OID for the request associated with this extended operation.
        Parameters:
        requestOID - The OID for the request associated with this extended operation.
      • getRequestValue

        ByteString getRequestValue()
        Retrieves the value for the request associated with this extended operation.
        Returns:
        The value for the request associated with this extended operation.
      • setRequestValue

        void setRequestValue​(ByteString requestValue)
        Specifies the value for the request associated with this extended operation.
        Parameters:
        requestValue - The value for the request associated with this extended operation.
      • setResponseOID

        void setResponseOID​(String responseOID)
        Specifies the OID to include in the response to the client.
        Parameters:
        responseOID - The OID to include in the response to the client.
      • setResponseValue

        void setResponseValue​(ByteString responseValue)
        Specifies the value to include in the response to the client.
        Parameters:
        responseValue - The value to include in the response to the client.