Package io.qameta.allure.model
Class Link
java.lang.Object
io.qameta.allure.model.Link
- All Implemented Interfaces:
Serializable
Model object that could be used to pass links to external resources to test results.
- Since:
- 2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Link
public Link()
-
-
Method Details
-
getName
Gets name.- Returns:
- the name
-
setName
Sets name.- Parameters:
value- the value- Returns:
- self for method chaining
-
getUrl
Gets url.- Returns:
- the url
-
setUrl
Sets url.- Parameters:
value- the value- Returns:
- self for method chaining
-
getType
Gets type.- Returns:
- the type
-
setType
Sets type.- Parameters:
value- the value- Returns:
- self for method chaining
-
equals
-
hashCode
public int hashCode()
-