Class Taint.Builder

  • Enclosing class:
    Taint

    public static class Taint.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public Taint.Builder key​(String key)
        The key of the pair.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • value

        public Taint.Builder value​(String value)
        The value of the pair.
        Parameters:
        value - the value to set
        Returns:
        this builder
      • effect

        public Taint.Builder effect​(String effect)
        The effect of the pair.
        Parameters:
        effect - the value to set
        Returns:
        this builder
      • build

        public Taint build()