public class StatusDetails
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
flaky |
protected boolean |
known |
protected java.lang.String |
message |
protected boolean |
muted |
protected java.lang.String |
trace |
| Constructor and Description |
|---|
StatusDetails() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Gets the value of the message property.
|
java.lang.String |
getTrace()
Gets the value of the trace property.
|
boolean |
isFlaky()
Gets the value of the flaky property.
|
boolean |
isKnown()
Gets the value of the known property.
|
boolean |
isMuted()
Gets the value of the muted property.
|
StatusDetails |
setFlaky(boolean value)
Sets the value of the flaky property.
|
StatusDetails |
setKnown(boolean value)
Sets the value of the known property.
|
StatusDetails |
setMessage(java.lang.String value)
Sets the value of the message property.
|
StatusDetails |
setMuted(boolean value)
Sets the value of the muted property.
|
StatusDetails |
setTrace(java.lang.String value)
Sets the value of the trace property.
|
StatusDetails |
withFlaky(boolean value)
Deprecated.
use set method
|
StatusDetails |
withKnown(boolean value)
Deprecated.
use set method
|
StatusDetails |
withMessage(java.lang.String value)
Deprecated.
use set method
|
StatusDetails |
withMuted(boolean value)
Deprecated.
use set method
|
StatusDetails |
withTrace(java.lang.String value)
Deprecated.
use set method
|
protected boolean known
protected boolean muted
protected boolean flaky
protected java.lang.String message
protected java.lang.String trace
public boolean isKnown()
public StatusDetails setKnown(boolean value)
public boolean isMuted()
public StatusDetails setMuted(boolean value)
public boolean isFlaky()
public StatusDetails setFlaky(boolean value)
public java.lang.String getMessage()
Stringpublic StatusDetails setMessage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTrace()
Stringpublic StatusDetails setTrace(java.lang.String value)
value - allowed object is
String@Deprecated public StatusDetails withKnown(boolean value)
@Deprecated public StatusDetails withMuted(boolean value)
@Deprecated public StatusDetails withFlaky(boolean value)
@Deprecated public StatusDetails withMessage(java.lang.String value)
@Deprecated public StatusDetails withTrace(java.lang.String value)