public class ApexExecutionOverlayResult extends SObject
Java class for ApexExecutionOverlayResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexExecutionOverlayResult">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ActionScript" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ActionScriptType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ApexResult" type="{urn:tooling.soap.sforce.com}ApexResult" minOccurs="0"/>
<element name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string" 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="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="HeapDump" type="{urn:tooling.soap.sforce.com}HeapDump" minOccurs="0"/>
<element name="IsDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="IsDumpingHeap" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Iteration" type="{http://www.w3.org/2001/XMLSchema}int" 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="Line" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OverlayResultLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="RequestedBy" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="RequestedById" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="SOQLResult" type="{urn:tooling.soap.sforce.com}SOQLResult" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="User" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="UserId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionScript |
protected String |
actionScriptType |
protected ApexResult |
apexResult |
protected String |
className |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected XMLGregorianCalendar |
expirationDate |
protected HeapDump |
heapDump |
protected Boolean |
isDeleted |
protected Boolean |
isDumpingHeap |
protected Integer |
iteration |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected Integer |
line |
protected String |
namespace |
protected Integer |
overlayResultLength |
protected User |
requestedBy |
protected String |
requestedById |
protected SOQLResult |
soqlResult |
protected XMLGregorianCalendar |
systemModstamp |
protected SObject |
user |
protected String |
userId |
fieldsToNull, id| Constructor and Description |
|---|
ApexExecutionOverlayResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionScript()
Gets the value of the actionScript property.
|
String |
getActionScriptType()
Gets the value of the actionScriptType property.
|
ApexResult |
getApexResult()
Gets the value of the apexResult property.
|
String |
getClassName()
Gets the value of the className 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.
|
XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
HeapDump |
getHeapDump()
Gets the value of the heapDump property.
|
Integer |
getIteration()
Gets the value of the iteration 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 |
getLine()
Gets the value of the line property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
Integer |
getOverlayResultLength()
Gets the value of the overlayResultLength property.
|
User |
getRequestedBy()
Gets the value of the requestedBy property.
|
String |
getRequestedById()
Gets the value of the requestedById property.
|
SOQLResult |
getSOQLResult()
Gets the value of the soqlResult property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
SObject |
getUser()
Gets the value of the user property.
|
String |
getUserId()
Gets the value of the userId property.
|
Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
Boolean |
isIsDumpingHeap()
Gets the value of the isDumpingHeap property.
|
void |
setActionScript(String value)
Sets the value of the actionScript property.
|
void |
setActionScriptType(String value)
Sets the value of the actionScriptType property.
|
void |
setApexResult(ApexResult value)
Sets the value of the apexResult property.
|
void |
setClassName(String value)
Sets the value of the className 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 |
setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
|
void |
setHeapDump(HeapDump value)
Sets the value of the heapDump property.
|
void |
setIsDeleted(Boolean value)
Sets the value of the isDeleted property.
|
void |
setIsDumpingHeap(Boolean value)
Sets the value of the isDumpingHeap property.
|
void |
setIteration(Integer value)
Sets the value of the iteration 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 |
setLine(Integer value)
Sets the value of the line property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
void |
setOverlayResultLength(Integer value)
Sets the value of the overlayResultLength property.
|
void |
setRequestedBy(User value)
Sets the value of the requestedBy property.
|
void |
setRequestedById(String value)
Sets the value of the requestedById property.
|
void |
setSOQLResult(SOQLResult value)
Sets the value of the soqlResult property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setUser(SObject value)
Sets the value of the user property.
|
void |
setUserId(String value)
Sets the value of the userId property.
|
getFieldsToNull, getId, setIdprotected String actionScript
protected String actionScriptType
protected ApexResult apexResult
protected String className
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected XMLGregorianCalendar expirationDate
protected HeapDump heapDump
protected Boolean isDeleted
protected Boolean isDumpingHeap
protected Integer iteration
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected Integer line
protected String namespace
protected Integer overlayResultLength
protected User requestedBy
protected String requestedById
protected SOQLResult soqlResult
protected XMLGregorianCalendar systemModstamp
protected SObject user
protected String userId
public String getActionScript()
Stringpublic void setActionScript(String value)
value - allowed object is
Stringpublic String getActionScriptType()
Stringpublic void setActionScriptType(String value)
value - allowed object is
Stringpublic ApexResult getApexResult()
ApexResultpublic void setApexResult(ApexResult value)
value - allowed object is
ApexResultpublic String getClassName()
Stringpublic void setClassName(String value)
value - allowed object is
Stringpublic 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 XMLGregorianCalendar getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic HeapDump getHeapDump()
HeapDumppublic void setHeapDump(HeapDump value)
value - allowed object is
HeapDumppublic Boolean isIsDeleted()
Booleanpublic void setIsDeleted(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsDumpingHeap()
Booleanpublic void setIsDumpingHeap(Boolean value)
value - allowed object is
Booleanpublic Integer getIteration()
Integerpublic void setIteration(Integer value)
value - allowed object is
Integerpublic 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 getLine()
Integerpublic void setLine(Integer value)
value - allowed object is
Integerpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic Integer getOverlayResultLength()
Integerpublic void setOverlayResultLength(Integer value)
value - allowed object is
Integerpublic User getRequestedBy()
Userpublic void setRequestedBy(User value)
value - allowed object is
Userpublic String getRequestedById()
Stringpublic void setRequestedById(String value)
value - allowed object is
Stringpublic SOQLResult getSOQLResult()
SOQLResultpublic void setSOQLResult(SOQLResult value)
value - allowed object is
SOQLResultpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SObject getUser()
SObjectpublic void setUser(SObject value)
value - allowed object is
SObjectpublic String getUserId()
StringCopyright © 2016. All rights reserved.