public class ApexLog extends SObject
Java class for ApexLog complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexLog">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="Application" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DurationMilliseconds" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LogLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="LogUser" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="LogUserId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="Operation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Request" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" 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 |
application |
protected Integer |
durationMilliseconds |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
location |
protected Integer |
logLength |
protected SObject |
logUser |
protected String |
logUserId |
protected String |
operation |
protected String |
request |
protected XMLGregorianCalendar |
startTime |
protected String |
status |
protected XMLGregorianCalendar |
systemModstamp |
fieldsToNull, id| Constructor and Description |
|---|
ApexLog() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets the value of the application property.
|
Integer |
getDurationMilliseconds()
Gets the value of the durationMilliseconds property.
|
XMLGregorianCalendar |
getLastModifiedDate()
Gets the value of the lastModifiedDate property.
|
String |
getLocation()
Gets the value of the location property.
|
Integer |
getLogLength()
Gets the value of the logLength property.
|
SObject |
getLogUser()
Gets the value of the logUser property.
|
String |
getLogUserId()
Gets the value of the logUserId property.
|
String |
getOperation()
Gets the value of the operation property.
|
String |
getRequest()
Gets the value of the request property.
|
XMLGregorianCalendar |
getStartTime()
Gets the value of the startTime property.
|
String |
getStatus()
Gets the value of the status property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
void |
setApplication(String value)
Sets the value of the application property.
|
void |
setDurationMilliseconds(Integer value)
Sets the value of the durationMilliseconds property.
|
void |
setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
|
void |
setLocation(String value)
Sets the value of the location property.
|
void |
setLogLength(Integer value)
Sets the value of the logLength property.
|
void |
setLogUser(SObject value)
Sets the value of the logUser property.
|
void |
setLogUserId(String value)
Sets the value of the logUserId property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setRequest(String value)
Sets the value of the request property.
|
void |
setStartTime(XMLGregorianCalendar value)
Sets the value of the startTime property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
getFieldsToNull, getId, setIdprotected String application
protected Integer durationMilliseconds
protected XMLGregorianCalendar lastModifiedDate
protected String location
protected Integer logLength
protected SObject logUser
protected String logUserId
protected String operation
protected String request
protected XMLGregorianCalendar startTime
protected String status
protected XMLGregorianCalendar systemModstamp
public String getApplication()
Stringpublic void setApplication(String value)
value - allowed object is
Stringpublic Integer getDurationMilliseconds()
Integerpublic void setDurationMilliseconds(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getLastModifiedDate()
XMLGregorianCalendarpublic void setLastModifiedDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic Integer getLogLength()
Integerpublic void setLogLength(Integer value)
value - allowed object is
Integerpublic SObject getLogUser()
SObjectpublic void setLogUser(SObject value)
value - allowed object is
SObjectpublic String getLogUserId()
Stringpublic void setLogUserId(String value)
value - allowed object is
Stringpublic String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic String getRequest()
Stringpublic void setRequest(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getStartTime()
XMLGregorianCalendarpublic void setStartTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.