Interface CommandParameterValue.Builder

  • Method Details

    • s

      An attribute of type String. For example:

      "S": "Hello"

      Parameters:
      s - An attribute of type String. For example:

      "S": "Hello"

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • b

      An attribute of type Boolean. For example:

      "BOOL": true

      Parameters:
      b - An attribute of type Boolean. For example:

      "BOOL": true

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • i

      An attribute of type Integer (Thirty-Two Bits).

      Parameters:
      i - An attribute of type Integer (Thirty-Two Bits).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • l

      An attribute of type Long.

      Parameters:
      l - An attribute of type Long.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • d

      An attribute of type Double (Sixty-Four Bits).

      Parameters:
      d - An attribute of type Double (Sixty-Four Bits).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bin

      An attribute of type Binary. For example:

      "B": "dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk"

      Parameters:
      bin - An attribute of type Binary. For example:

      "B": "dGhpcyB0ZXh0IGlzIGJhc2U2NC1lbmNvZGVk"

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ul

      An attribute of type unsigned long.

      Parameters:
      ul - An attribute of type unsigned long.
      Returns:
      Returns a reference to this object so that method calls can be chained together.