All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sforce.soap.tooling.ApexExecutionOverlayResult Maven / Gradle / Ivy

The newest version!

package com.sforce.soap.tooling;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorianCalendar;


/**
 * 

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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ApexExecutionOverlayResult", propOrder = { "actionScript", "actionScriptType", "apexResult", "className", "createdBy", "createdById", "createdDate", "expirationDate", "heapDump", "isDeleted", "isDumpingHeap", "iteration", "lastModifiedBy", "lastModifiedById", "lastModifiedDate", "line", "namespace", "overlayResultLength", "requestedBy", "requestedById", "soqlResult", "systemModstamp", "user", "userId" }) public class ApexExecutionOverlayResult extends SObject { @XmlElement(name = "ActionScript", nillable = true) protected String actionScript; @XmlElement(name = "ActionScriptType", nillable = true) protected String actionScriptType; @XmlElement(name = "ApexResult", nillable = true) protected ApexResult apexResult; @XmlElement(name = "ClassName", nillable = true) protected String className; @XmlElement(name = "CreatedBy", nillable = true) protected User createdBy; @XmlElement(name = "CreatedById", nillable = true) protected String createdById; @XmlElement(name = "CreatedDate", nillable = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar createdDate; @XmlElement(name = "ExpirationDate", nillable = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar expirationDate; @XmlElement(name = "HeapDump", nillable = true) protected HeapDump heapDump; @XmlElement(name = "IsDeleted", nillable = true) protected Boolean isDeleted; @XmlElement(name = "IsDumpingHeap", nillable = true) protected Boolean isDumpingHeap; @XmlElement(name = "Iteration", nillable = true) protected Integer iteration; @XmlElement(name = "LastModifiedBy", nillable = true) protected User lastModifiedBy; @XmlElement(name = "LastModifiedById", nillable = true) protected String lastModifiedById; @XmlElement(name = "LastModifiedDate", nillable = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar lastModifiedDate; @XmlElement(name = "Line", nillable = true) protected Integer line; @XmlElement(name = "Namespace", nillable = true) protected String namespace; @XmlElement(name = "OverlayResultLength", nillable = true) protected Integer overlayResultLength; @XmlElement(name = "RequestedBy", nillable = true) protected User requestedBy; @XmlElement(name = "RequestedById", nillable = true) protected String requestedById; @XmlElement(name = "SOQLResult", nillable = true) protected SOQLResult soqlResult; @XmlElement(name = "SystemModstamp", nillable = true) @XmlSchemaType(name = "dateTime") protected XMLGregorianCalendar systemModstamp; @XmlElement(name = "User", nillable = true) protected SObject user; @XmlElement(name = "UserId", nillable = true) protected String userId; /** * Gets the value of the actionScript property. * * @return * possible object is * {@link String } * */ public String getActionScript() { return actionScript; } /** * Sets the value of the actionScript property. * * @param value * allowed object is * {@link String } * */ public void setActionScript(String value) { this.actionScript = value; } /** * Gets the value of the actionScriptType property. * * @return * possible object is * {@link String } * */ public String getActionScriptType() { return actionScriptType; } /** * Sets the value of the actionScriptType property. * * @param value * allowed object is * {@link String } * */ public void setActionScriptType(String value) { this.actionScriptType = value; } /** * Gets the value of the apexResult property. * * @return * possible object is * {@link ApexResult } * */ public ApexResult getApexResult() { return apexResult; } /** * Sets the value of the apexResult property. * * @param value * allowed object is * {@link ApexResult } * */ public void setApexResult(ApexResult value) { this.apexResult = value; } /** * Gets the value of the className property. * * @return * possible object is * {@link String } * */ public String getClassName() { return className; } /** * Sets the value of the className property. * * @param value * allowed object is * {@link String } * */ public void setClassName(String value) { this.className = value; } /** * Gets the value of the createdBy property. * * @return * possible object is * {@link User } * */ public User getCreatedBy() { return createdBy; } /** * Sets the value of the createdBy property. * * @param value * allowed object is * {@link User } * */ public void setCreatedBy(User value) { this.createdBy = value; } /** * Gets the value of the createdById property. * * @return * possible object is * {@link String } * */ public String getCreatedById() { return createdById; } /** * Sets the value of the createdById property. * * @param value * allowed object is * {@link String } * */ public void setCreatedById(String value) { this.createdById = value; } /** * Gets the value of the createdDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getCreatedDate() { return createdDate; } /** * Sets the value of the createdDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setCreatedDate(XMLGregorianCalendar value) { this.createdDate = value; } /** * Gets the value of the expirationDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getExpirationDate() { return expirationDate; } /** * Sets the value of the expirationDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setExpirationDate(XMLGregorianCalendar value) { this.expirationDate = value; } /** * Gets the value of the heapDump property. * * @return * possible object is * {@link HeapDump } * */ public HeapDump getHeapDump() { return heapDump; } /** * Sets the value of the heapDump property. * * @param value * allowed object is * {@link HeapDump } * */ public void setHeapDump(HeapDump value) { this.heapDump = value; } /** * Gets the value of the isDeleted property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsDeleted() { return isDeleted; } /** * Sets the value of the isDeleted property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsDeleted(Boolean value) { this.isDeleted = value; } /** * Gets the value of the isDumpingHeap property. * * @return * possible object is * {@link Boolean } * */ public Boolean isIsDumpingHeap() { return isDumpingHeap; } /** * Sets the value of the isDumpingHeap property. * * @param value * allowed object is * {@link Boolean } * */ public void setIsDumpingHeap(Boolean value) { this.isDumpingHeap = value; } /** * Gets the value of the iteration property. * * @return * possible object is * {@link Integer } * */ public Integer getIteration() { return iteration; } /** * Sets the value of the iteration property. * * @param value * allowed object is * {@link Integer } * */ public void setIteration(Integer value) { this.iteration = value; } /** * Gets the value of the lastModifiedBy property. * * @return * possible object is * {@link User } * */ public User getLastModifiedBy() { return lastModifiedBy; } /** * Sets the value of the lastModifiedBy property. * * @param value * allowed object is * {@link User } * */ public void setLastModifiedBy(User value) { this.lastModifiedBy = value; } /** * Gets the value of the lastModifiedById property. * * @return * possible object is * {@link String } * */ public String getLastModifiedById() { return lastModifiedById; } /** * Sets the value of the lastModifiedById property. * * @param value * allowed object is * {@link String } * */ public void setLastModifiedById(String value) { this.lastModifiedById = value; } /** * Gets the value of the lastModifiedDate property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getLastModifiedDate() { return lastModifiedDate; } /** * Sets the value of the lastModifiedDate property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setLastModifiedDate(XMLGregorianCalendar value) { this.lastModifiedDate = value; } /** * Gets the value of the line property. * * @return * possible object is * {@link Integer } * */ public Integer getLine() { return line; } /** * Sets the value of the line property. * * @param value * allowed object is * {@link Integer } * */ public void setLine(Integer value) { this.line = value; } /** * Gets the value of the namespace property. * * @return * possible object is * {@link String } * */ public String getNamespace() { return namespace; } /** * Sets the value of the namespace property. * * @param value * allowed object is * {@link String } * */ public void setNamespace(String value) { this.namespace = value; } /** * Gets the value of the overlayResultLength property. * * @return * possible object is * {@link Integer } * */ public Integer getOverlayResultLength() { return overlayResultLength; } /** * Sets the value of the overlayResultLength property. * * @param value * allowed object is * {@link Integer } * */ public void setOverlayResultLength(Integer value) { this.overlayResultLength = value; } /** * Gets the value of the requestedBy property. * * @return * possible object is * {@link User } * */ public User getRequestedBy() { return requestedBy; } /** * Sets the value of the requestedBy property. * * @param value * allowed object is * {@link User } * */ public void setRequestedBy(User value) { this.requestedBy = value; } /** * Gets the value of the requestedById property. * * @return * possible object is * {@link String } * */ public String getRequestedById() { return requestedById; } /** * Sets the value of the requestedById property. * * @param value * allowed object is * {@link String } * */ public void setRequestedById(String value) { this.requestedById = value; } /** * Gets the value of the soqlResult property. * * @return * possible object is * {@link SOQLResult } * */ public SOQLResult getSOQLResult() { return soqlResult; } /** * Sets the value of the soqlResult property. * * @param value * allowed object is * {@link SOQLResult } * */ public void setSOQLResult(SOQLResult value) { this.soqlResult = value; } /** * Gets the value of the systemModstamp property. * * @return * possible object is * {@link XMLGregorianCalendar } * */ public XMLGregorianCalendar getSystemModstamp() { return systemModstamp; } /** * Sets the value of the systemModstamp property. * * @param value * allowed object is * {@link XMLGregorianCalendar } * */ public void setSystemModstamp(XMLGregorianCalendar value) { this.systemModstamp = value; } /** * Gets the value of the user property. * * @return * possible object is * {@link SObject } * */ public SObject getUser() { return user; } /** * Sets the value of the user property. * * @param value * allowed object is * {@link SObject } * */ public void setUser(SObject value) { this.user = value; } /** * Gets the value of the userId property. * * @return * possible object is * {@link String } * */ public String getUserId() { return userId; } /** * Sets the value of the userId property. * * @param value * allowed object is * {@link String } * */ public void setUserId(String value) { this.userId = value; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy