Interface BatchGetVariableError.Builder

    • Method Detail

      • name

        BatchGetVariableError.Builder name​(String name)

        The error name.

        Parameters:
        name - The error name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        BatchGetVariableError.Builder code​(Integer code)

        The error code.

        Parameters:
        code - The error code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        BatchGetVariableError.Builder message​(String message)

        The error message.

        Parameters:
        message - The error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.