Package io.qameta.allure.model
Class Label
java.lang.Object
io.qameta.allure.model.Label
- All Implemented Interfaces:
Serializable
The model object that could be used to pass additional metadata to test results.
Note that labels with empty (blank) name will be omitted during report generation.
- Since:
- 2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Label
public Label()
-
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
value- the value- Returns:
- self for method chaining
-
getValue
Gets value.- Returns:
- the value
-
setValue
Sets value.- Parameters:
value- the value- Returns:
- self for method chaining
-
equals
-
hashCode
public int hashCode()
-