Interface Taint.Builder

    • Method Detail

      • key

        Taint.Builder key​(String key)

        The key of the taint.

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

        Taint.Builder value​(String value)

        The value of the taint.

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

        Taint.Builder effect​(String effect)

        The effect of the taint.

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

        Taint.Builder effect​(TaintEffect effect)

        The effect of the taint.

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