public class ApexTriggerMember extends SObject
Java class for ApexTriggerMember complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApexTriggerMember">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="Body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ContentEntity" type="{urn:tooling.soap.sforce.com}ApexTrigger" minOccurs="0"/>
<element name="ContentEntityId" type="{urn:tooling.soap.sforce.com}ID" 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="FullName" type="{http://www.w3.org/2001/XMLSchema}string" 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="LastSyncDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Metadata" type="{urn:metadata.tooling.soap.sforce.com}ApexTrigger" minOccurs="0"/>
<element name="MetadataContainer" type="{urn:tooling.soap.sforce.com}sObject" minOccurs="0"/>
<element name="MetadataContainerId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="SymbolTable" type="{urn:tooling.soap.sforce.com}SymbolTable" 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 |
body |
protected String |
content |
protected ApexTrigger |
contentEntity |
protected String |
contentEntityId |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
fullName |
protected Boolean |
isDeleted |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected XMLGregorianCalendar |
lastSyncDate |
protected ApexTrigger |
metadata |
protected SObject |
metadataContainer |
protected String |
metadataContainerId |
protected SymbolTable |
symbolTable |
protected XMLGregorianCalendar |
systemModstamp |
fieldsToNull, id| Constructor and Description |
|---|
ApexTriggerMember() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Gets the value of the body property.
|
String |
getContent()
Gets the value of the content property.
|
ApexTrigger |
getContentEntity()
Gets the value of the contentEntity property.
|
String |
getContentEntityId()
Gets the value of the contentEntityId 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 |
getFullName()
Gets the value of the fullName 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.
|
XMLGregorianCalendar |
getLastSyncDate()
Gets the value of the lastSyncDate property.
|
ApexTrigger |
getMetadata()
Gets the value of the metadata property.
|
SObject |
getMetadataContainer()
Gets the value of the metadataContainer property.
|
String |
getMetadataContainerId()
Gets the value of the metadataContainerId property.
|
SymbolTable |
getSymbolTable()
Gets the value of the symbolTable property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setBody(String value)
Sets the value of the body property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setContentEntity(ApexTrigger value)
Sets the value of the contentEntity property.
|
void |
setContentEntityId(String value)
Sets the value of the contentEntityId 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 |
setFullName(String value)
Sets the value of the fullName 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 |
setLastSyncDate(XMLGregorianCalendar value)
Sets the value of the lastSyncDate property.
|
void |
setMetadata(ApexTrigger value)
Sets the value of the metadata property.
|
void |
setMetadataContainer(SObject value)
Sets the value of the metadataContainer property.
|
void |
setMetadataContainerId(String value)
Sets the value of the metadataContainerId property.
|
void |
setSymbolTable(SymbolTable value)
Sets the value of the symbolTable property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
getFieldsToNull, getId, setIdprotected String body
protected String content
protected ApexTrigger contentEntity
protected String contentEntityId
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String fullName
protected Boolean isDeleted
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected XMLGregorianCalendar lastSyncDate
protected ApexTrigger metadata
protected SObject metadataContainer
protected String metadataContainerId
protected SymbolTable symbolTable
protected XMLGregorianCalendar systemModstamp
public String getBody()
Stringpublic void setBody(String value)
value - allowed object is
Stringpublic String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic ApexTrigger getContentEntity()
ApexTriggerpublic void setContentEntity(ApexTrigger value)
value - allowed object is
ApexTriggerpublic String getContentEntityId()
Stringpublic void setContentEntityId(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 getFullName()
Stringpublic void setFullName(String value)
value - allowed object is
Stringpublic 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 XMLGregorianCalendar getLastSyncDate()
XMLGregorianCalendarpublic void setLastSyncDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ApexTrigger getMetadata()
ApexTriggerpublic void setMetadata(ApexTrigger value)
value - allowed object is
ApexTriggerpublic SObject getMetadataContainer()
SObjectpublic void setMetadataContainer(SObject value)
value - allowed object is
SObjectpublic String getMetadataContainerId()
Stringpublic void setMetadataContainerId(String value)
value - allowed object is
Stringpublic SymbolTable getSymbolTable()
SymbolTablepublic void setSymbolTable(SymbolTable value)
value - allowed object is
SymbolTablepublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2016. All rights reserved.