public class ApexExecutionOverlayAction extends SObject
Java class for ApexExecutionOverlayAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexExecutionOverlayAction">
<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="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="ExecutableEntity" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="ExecutableEntityId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="ExpirationDate" 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="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="Scope" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="ScopeId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionScript |
protected String |
actionScriptType |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected SObject |
executableEntity |
protected String |
executableEntityId |
protected XMLGregorianCalendar |
expirationDate |
protected Boolean |
isDeleted |
protected Boolean |
isDumpingHeap |
protected Integer |
iteration |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected Integer |
line |
protected User |
scope |
protected String |
scopeId |
protected XMLGregorianCalendar |
systemModstamp |
fieldsToNull, id| Constructor and Description |
|---|
ApexExecutionOverlayAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionScript()
Gets the value of the actionScript property.
|
String |
getActionScriptType()
Gets the value of the actionScriptType 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.
|
SObject |
getExecutableEntity()
Gets the value of the executableEntity property.
|
String |
getExecutableEntityId()
Gets the value of the executableEntityId property.
|
XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate 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.
|
User |
getScope()
Gets the value of the scope property.
|
String |
getScopeId()
Gets the value of the scopeId property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp 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 |
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 |
setExecutableEntity(SObject value)
Sets the value of the executableEntity property.
|
void |
setExecutableEntityId(String value)
Sets the value of the executableEntityId property.
|
void |
setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate 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 |
setScope(User value)
Sets the value of the scope property.
|
void |
setScopeId(String value)
Sets the value of the scopeId property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
getFieldsToNull, getId, setIdprotected String actionScript
protected String actionScriptType
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected SObject executableEntity
protected String executableEntityId
protected XMLGregorianCalendar expirationDate
protected Boolean isDeleted
protected Boolean isDumpingHeap
protected Integer iteration
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected Integer line
protected User scope
protected String scopeId
protected XMLGregorianCalendar systemModstamp
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 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 SObject getExecutableEntity()
SObjectpublic void setExecutableEntity(SObject value)
value - allowed object is
SObjectpublic String getExecutableEntityId()
Stringpublic void setExecutableEntityId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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 User getScope()
Userpublic void setScope(User value)
value - allowed object is
Userpublic String getScopeId()
Stringpublic void setScopeId(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.