public class StatusDetails extends Object implements Serializable
Java class for StatusDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="known" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="muted" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="flaky" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="trace" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
flaky |
protected boolean |
known |
protected String |
message |
protected boolean |
muted |
protected String |
trace |
| Constructor and Description |
|---|
StatusDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
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.
|
void |
setFlaky(boolean value)
Sets the value of the flaky property.
|
void |
setKnown(boolean value)
Sets the value of the known property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setMuted(boolean value)
Sets the value of the muted property.
|
void |
setTrace(String value)
Sets the value of the trace property.
|
StatusDetails |
withFlaky(boolean value) |
StatusDetails |
withKnown(boolean value) |
StatusDetails |
withMessage(String value) |
StatusDetails |
withMuted(boolean value) |
StatusDetails |
withTrace(String value) |
protected boolean known
protected boolean muted
protected boolean flaky
protected String message
protected String trace
public boolean isKnown()
public void setKnown(boolean value)
public boolean isMuted()
public void setMuted(boolean value)
public boolean isFlaky()
public void setFlaky(boolean value)
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getTrace()
Stringpublic void setTrace(String value)
value - allowed object is
Stringpublic StatusDetails withKnown(boolean value)
public StatusDetails withMuted(boolean value)
public StatusDetails withFlaky(boolean value)
public StatusDetails withMessage(String value)
public StatusDetails withTrace(String value)
Copyright © 2017 qameta.io. All rights reserved.