public class ApexCodeCoverage extends SObject
Java class for ApexCodeCoverage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexCodeCoverage">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ApexClassOrTrigger" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="ApexClassOrTriggerId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="ApexTestClass" type="{urn:tooling.soap.sforce.com}ApexClass" minOccurs="0"/>
<element name="ApexTestClassId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Coverage" type="{urn:tooling.soap.sforce.com}Coverage" minOccurs="0"/>
<element name="CreatedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="CreatedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="IsDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="LastModifiedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="LastModifiedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="NumLinesCovered" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="NumLinesUncovered" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TestMethodName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SObject |
apexClassOrTrigger |
protected String |
apexClassOrTriggerId |
protected ApexClass |
apexTestClass |
protected String |
apexTestClassId |
protected Coverage |
coverage |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected Boolean |
isDeleted |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected Integer |
numLinesCovered |
protected Integer |
numLinesUncovered |
protected XMLGregorianCalendar |
systemModstamp |
protected String |
testMethodName |
fieldsToNull, id| Constructor and Description |
|---|
ApexCodeCoverage() |
| Modifier and Type | Method and Description |
|---|---|
SObject |
getApexClassOrTrigger()
Gets the value of the apexClassOrTrigger property.
|
String |
getApexClassOrTriggerId()
Gets the value of the apexClassOrTriggerId property.
|
ApexClass |
getApexTestClass()
Gets the value of the apexTestClass property.
|
String |
getApexTestClassId()
Gets the value of the apexTestClassId property.
|
Coverage |
getCoverage()
Gets the value of the coverage property.
|
User |
getCreatedBy()
Gets the value of the createdBy property.
|
String |
getCreatedById()
Gets the value of the createdById property.
|
XMLGregorianCalendar |
getCreatedDate()
Gets the value of the createdDate property.
|
User |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
String |
getLastModifiedById()
Gets the value of the lastModifiedById property.
|
XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
Integer |
getNumLinesCovered()
Gets the value of the numLinesCovered property.
|
Integer |
getNumLinesUncovered()
Gets the value of the numLinesUncovered property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
String |
getTestMethodName()
Gets the value of the testMethodName property.
|
Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setApexClassOrTrigger(SObject value)
Sets the value of the apexClassOrTrigger property.
|
void |
setApexClassOrTriggerId(String value)
Sets the value of the apexClassOrTriggerId property.
|
void |
setApexTestClass(ApexClass value)
Sets the value of the apexTestClass property.
|
void |
setApexTestClassId(String value)
Sets the value of the apexTestClassId property.
|
void |
setCoverage(Coverage value)
Sets the value of the coverage property.
|
void |
setCreatedBy(User value)
Sets the value of the createdBy property.
|
void |
setCreatedById(String value)
Sets the value of the createdById property.
|
void |
setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
|
void |
setIsDeleted(Boolean value)
Sets the value of the isDeleted property.
|
void |
setLastModifiedBy(User value)
Sets the value of the lastModifiedBy property.
|
void |
setLastModifiedById(String value)
Sets the value of the lastModifiedById property.
|
void |
setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
|
void |
setNumLinesCovered(Integer value)
Sets the value of the numLinesCovered property.
|
void |
setNumLinesUncovered(Integer value)
Sets the value of the numLinesUncovered property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setTestMethodName(String value)
Sets the value of the testMethodName property.
|
getFieldsToNull, getId, setIdprotected SObject apexClassOrTrigger
protected String apexClassOrTriggerId
protected ApexClass apexTestClass
protected String apexTestClassId
protected Coverage coverage
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected Boolean isDeleted
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected Integer numLinesCovered
protected Integer numLinesUncovered
protected XMLGregorianCalendar systemModstamp
protected String testMethodName
public SObject getApexClassOrTrigger()
SObjectpublic void setApexClassOrTrigger(SObject value)
value - allowed object is
SObjectpublic String getApexClassOrTriggerId()
Stringpublic void setApexClassOrTriggerId(String value)
value - allowed object is
Stringpublic ApexClass getApexTestClass()
ApexClasspublic void setApexTestClass(ApexClass value)
value - allowed object is
ApexClasspublic String getApexTestClassId()
Stringpublic void setApexTestClassId(String value)
value - allowed object is
Stringpublic Coverage getCoverage()
Coveragepublic void setCoverage(Coverage value)
value - allowed object is
Coveragepublic User getCreatedBy()
Userpublic void setCreatedBy(User value)
value - allowed object is
Userpublic String getCreatedById()
Stringpublic void setCreatedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Boolean isIsDeleted()
Booleanpublic void setIsDeleted(Boolean value)
value - allowed object is
Booleanpublic User getLastModifiedBy()
Userpublic void setLastModifiedBy(User value)
value - allowed object is
Userpublic String getLastModifiedById()
Stringpublic void setLastModifiedById(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic Integer getNumLinesCovered()
Integerpublic void setNumLinesCovered(Integer value)
value - allowed object is
Integerpublic Integer getNumLinesUncovered()
Integerpublic void setNumLinesUncovered(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getTestMethodName()
StringCopyright © 2016. All rights reserved.