Class TestParameter.Builder

  • Enclosing class:
    TestParameter

    public static final class TestParameter.Builder
    extends java.lang.Object
    Builds instances of type TestParameter.

    Builder is not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setDescription​(java.lang.String description)
      Initializes the default value for the description attribute.
      void setDescription​(java.util.Optional<java.lang.String> description)
      Initializes the value for the description attribute.
      void setLabel​(java.lang.String label)
      Initializes the value for the label attribute.
      void setName​(java.lang.String name)
      Initializes the value for the name attribute.
      void setTitle​(java.lang.String title)
      Initializes the default value for the title attribute.
      void setTitle​(java.util.Optional<java.lang.String> title)
      Initializes the value for the title attribute.
      void setValue​(java.lang.Object value)
      Initializes the value for the value attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setLabel

        public void setLabel​(java.lang.String label)
        Initializes the value for the label attribute.
        Parameters:
        label - The value for label
      • setValue

        public void setValue​(java.lang.Object value)
        Initializes the value for the value attribute.
        Parameters:
        value - The value for value
      • setTitle

        public void setTitle​(java.util.Optional<java.lang.String> title)
        Initializes the value for the title attribute.
        Parameters:
        title - The value for title
      • setTitle

        public void setTitle​(java.lang.String title)
        Initializes the default value for the title attribute.
        Parameters:
        title - The value for title
      • setDescription

        public void setDescription​(java.util.Optional<java.lang.String> description)
        Initializes the value for the description attribute.
        Parameters:
        description - The value for description
      • setDescription

        public void setDescription​(java.lang.String description)
        Initializes the default value for the description attribute.
        Parameters:
        description - The value for description
      • setName

        public void setName​(java.lang.String name)
        Initializes the value for the name attribute.
        Parameters:
        name - The value for name