public class RunTestFailure extends Object
Java class for RunTestFailure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RunTestFailure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{urn:tooling.soap.sforce.com}ID"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="methodName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="seeAllData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="stackTrace" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
message |
protected String |
methodName |
protected String |
name |
protected String |
namespace |
protected Boolean |
seeAllData |
protected String |
stackTrace |
protected double |
time |
protected String |
type |
| Constructor and Description |
|---|
RunTestFailure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getMessage()
Gets the value of the message property.
|
String |
getMethodName()
Gets the value of the methodName property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getStackTrace()
Gets the value of the stackTrace property.
|
double |
getTime()
Gets the value of the time property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
isSeeAllData()
Gets the value of the seeAllData property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setSeeAllData(Boolean value)
Sets the value of the seeAllData property.
|
void |
setStackTrace(String value)
Sets the value of the stackTrace property.
|
void |
setTime(double value)
Sets the value of the time property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String id
protected String message
protected String methodName
protected String name
protected String namespace
protected Boolean seeAllData
protected String stackTrace
protected double time
protected String type
public void setId(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getMethodName()
Stringpublic void setMethodName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic Boolean isSeeAllData()
Booleanpublic void setSeeAllData(Boolean value)
value - allowed object is
Booleanpublic String getStackTrace()
Stringpublic void setStackTrace(String value)
value - allowed object is
Stringpublic double getTime()
public void setTime(double value)
public String getType()
StringCopyright © 2016. All rights reserved.