Class CancelResult

    • Constructor Detail

      • CancelResult

        public CancelResult​(ResultCode resultCode,
                            LocalizableMessage responseMessage)
        Deprecated.
        Creates a new cancel result with the provided result code.
        Parameters:
        resultCode - The result code associated with this cancel result.
        responseMessage - A human-readable response that the server provided for the result of the cancellation.
    • Method Detail

      • getResultCode

        public final ResultCode getResultCode()
        Deprecated.
        Retrieves the result code associated with this cancel result.
        Returns:
        The result code associated with this cancel result.
      • getResponseMessage

        public LocalizableMessage getResponseMessage()
        Deprecated.
        Retrieves the human-readable response that the server provided for the result of the cancellation. The caller may alter the contents of this buffer.
        Returns:
        The buffer that is used to hold a human-readable response that the server provided for the result of this cancellation.
      • toString

        public final String toString()
        Deprecated.
        Retrieves a string representation of this cancel result.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this cancel result.