Class Label

java.lang.Object
ru.testit.models.Label
All Implemented Interfaces:
Serializable

public class Label extends Object implements Serializable
The model object that could be used to pass additional metadata to test results.
See Also:
  • Constructor Details

    • Label

      public Label()
  • Method Details

    • getName

      public String getName()
      Gets name.
      Returns:
      the name
    • setName

      public Label setName(String name)
      Sets name.
      Parameters:
      name - the value
      Returns:
      self for method chaining
    • toString

      public String toString()
      Overrides:
      toString in class Object