Interface CommandParameterValue.Builder

    • Method Detail

      • s

        CommandParameterValue.Builder s​(String 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

        CommandParameterValue.Builder b​(Boolean 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

        CommandParameterValue.Builder i​(Integer 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

        CommandParameterValue.Builder l​(Long 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

        CommandParameterValue.Builder d​(Double 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

        CommandParameterValue.Builder bin​(SdkBytes 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

        CommandParameterValue.Builder ul​(String 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.