Interface Threshold.Builder

    • Method Detail

      • value

        Threshold.Builder value​(String value)

        The value of the threshold.

        Parameters:
        value - The value of the threshold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        Threshold.Builder operator​(String operator)

        The operator of the threshold.

        Parameters:
        operator - The operator of the threshold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator
      • operator

        Threshold.Builder operator​(Operator operator)

        The operator of the threshold.

        Parameters:
        operator - The operator of the threshold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Operator, Operator