public class TraceFlag extends SObject
Java class for TraceFlag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TraceFlag">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ApexCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ApexProfiling" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Callout" 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="Database" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DebugLevel" type="{urn:tooling.soap.sforce.com}DebugLevel" minOccurs="0"/>
<element name="DebugLevelId" 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="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="LogType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="System" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SystemModstamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="TracedEntity" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="TracedEntityId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Validation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Visualforce" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Workflow" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
apexCode |
protected String |
apexProfiling |
protected String |
callout |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
database |
protected DebugLevel |
debugLevel |
protected String |
debugLevelId |
protected XMLGregorianCalendar |
expirationDate |
protected Boolean |
isDeleted |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
logType |
protected XMLGregorianCalendar |
startDate |
protected String |
system |
protected XMLGregorianCalendar |
systemModstamp |
protected SObject |
tracedEntity |
protected String |
tracedEntityId |
protected String |
validation |
protected String |
visualforce |
protected String |
workflow |
fieldsToNull, id| Constructor and Description |
|---|
TraceFlag() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApexCode()
Gets the value of the apexCode property.
|
String |
getApexProfiling()
Gets the value of the apexProfiling property.
|
String |
getCallout()
Gets the value of the callout 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.
|
String |
getDatabase()
Gets the value of the database property.
|
DebugLevel |
getDebugLevel()
Gets the value of the debugLevel property.
|
String |
getDebugLevelId()
Gets the value of the debugLevelId property.
|
XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate 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.
|
String |
getLogType()
Gets the value of the logType property.
|
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property.
|
String |
getSystem()
Gets the value of the system property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
SObject |
getTracedEntity()
Gets the value of the tracedEntity property.
|
String |
getTracedEntityId()
Gets the value of the tracedEntityId property.
|
String |
getValidation()
Gets the value of the validation property.
|
String |
getVisualforce()
Gets the value of the visualforce property.
|
String |
getWorkflow()
Gets the value of the workflow property.
|
Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setApexCode(String value)
Sets the value of the apexCode property.
|
void |
setApexProfiling(String value)
Sets the value of the apexProfiling property.
|
void |
setCallout(String value)
Sets the value of the callout 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 |
setDatabase(String value)
Sets the value of the database property.
|
void |
setDebugLevel(DebugLevel value)
Sets the value of the debugLevel property.
|
void |
setDebugLevelId(String value)
Sets the value of the debugLevelId property.
|
void |
setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate 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 |
setLogType(String value)
Sets the value of the logType property.
|
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
|
void |
setSystem(String value)
Sets the value of the system property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setTracedEntity(SObject value)
Sets the value of the tracedEntity property.
|
void |
setTracedEntityId(String value)
Sets the value of the tracedEntityId property.
|
void |
setValidation(String value)
Sets the value of the validation property.
|
void |
setVisualforce(String value)
Sets the value of the visualforce property.
|
void |
setWorkflow(String value)
Sets the value of the workflow property.
|
getFieldsToNull, getId, setIdprotected String apexCode
protected String apexProfiling
protected String callout
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String database
protected DebugLevel debugLevel
protected String debugLevelId
protected XMLGregorianCalendar expirationDate
protected Boolean isDeleted
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String logType
protected XMLGregorianCalendar startDate
protected String system
protected XMLGregorianCalendar systemModstamp
protected SObject tracedEntity
protected String tracedEntityId
protected String validation
protected String visualforce
protected String workflow
public String getApexCode()
Stringpublic void setApexCode(String value)
value - allowed object is
Stringpublic String getApexProfiling()
Stringpublic void setApexProfiling(String value)
value - allowed object is
Stringpublic String getCallout()
Stringpublic void setCallout(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 String getDatabase()
Stringpublic void setDatabase(String value)
value - allowed object is
Stringpublic DebugLevel getDebugLevel()
DebugLevelpublic void setDebugLevel(DebugLevel value)
value - allowed object is
DebugLevelpublic String getDebugLevelId()
Stringpublic void setDebugLevelId(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 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 String getLogType()
Stringpublic void setLogType(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getSystem()
Stringpublic void setSystem(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SObject getTracedEntity()
SObjectpublic void setTracedEntity(SObject value)
value - allowed object is
SObjectpublic String getTracedEntityId()
Stringpublic void setTracedEntityId(String value)
value - allowed object is
Stringpublic String getValidation()
Stringpublic void setValidation(String value)
value - allowed object is
Stringpublic String getVisualforce()
Stringpublic void setVisualforce(String value)
value - allowed object is
Stringpublic String getWorkflow()
StringCopyright © 2016. All rights reserved.