Interface Condition.Builder

    • Method Detail

      • field

        Condition.Builder field​(String field)

        Indicates the field in the metric.

        Parameters:
        field - Indicates the field in the metric.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operator

        Condition.Builder operator​(String operator)

        Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.

        Parameters:
        operator - Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConditionOperatorType, ConditionOperatorType
      • operator

        Condition.Builder operator​(ConditionOperatorType operator)

        Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.

        Parameters:
        operator - Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConditionOperatorType, ConditionOperatorType
      • value

        Condition.Builder value​(String value)

        Indicates the value or data against which a condition is evaluated.

        Parameters:
        value - Indicates the value or data against which a condition is evaluated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.