Package io.qameta.allure.model
Class StatusDetails
java.lang.Object
io.qameta.allure.model.StatusDetails
- All Implemented Interfaces:
Serializable
The type Status details.
- Since:
- 2.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets message.getTrace()Gets trace.inthashCode()booleanisFlaky()Is flaky boolean.booleanisKnown()Is known boolean.booleanisMuted()Is muted boolean.setFlaky(boolean value) Sets flaky.setKnown(boolean value) Sets known.setMessage(String value) Sets message.setMuted(boolean value) Sets muted.Sets trace.
-
Constructor Details
-
StatusDetails
public StatusDetails()
-
-
Method Details
-
isKnown
public boolean isKnown()Is known boolean.- Returns:
- the boolean
-
setKnown
Sets known.- Parameters:
value- the value- Returns:
- self for method chaining
-
isMuted
public boolean isMuted()Is muted boolean.- Returns:
- the boolean
-
setMuted
Sets muted.- Parameters:
value- the value- Returns:
- self for method chaining
-
isFlaky
public boolean isFlaky()Is flaky boolean.- Returns:
- the boolean
-
setFlaky
Sets flaky.- Parameters:
value- the value- Returns:
- self for method chaining
-
getMessage
Gets message.- Returns:
- the message
-
setMessage
Sets message.- Parameters:
value- the value- Returns:
- self for method chaining
-
getTrace
Gets trace.- Returns:
- the trace
-
setTrace
Sets trace.- Parameters:
value- the value- Returns:
- self for method chaining
-
equals
-
hashCode
public int hashCode()
-