public class RunTestSuccess extends Object
Java class for RunTestSuccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RunTestSuccess">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{urn:tooling.soap.sforce.com}ID"/>
<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="time" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
methodName |
protected String |
name |
protected String |
namespace |
protected Boolean |
seeAllData |
protected double |
time |
| Constructor and Description |
|---|
RunTestSuccess() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id 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.
|
double |
getTime()
Gets the value of the time property.
|
Boolean |
isSeeAllData()
Gets the value of the seeAllData property.
|
void |
setId(String value)
Sets the value of the id 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 |
setTime(double value)
Sets the value of the time property.
|
protected String id
protected String methodName
protected String name
protected String namespace
protected Boolean seeAllData
protected double time
public void setId(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 double getTime()
public void setTime(double value)
Copyright © 2016. All rights reserved.