public class TransactionSecurityPolicy extends SObject
Java class for TransactionSecurityPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionSecurityPolicy">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}sObject">
<sequence>
<element name="ActionConfig" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ApexPolicy" type="{urn:tooling.soap.sforce.com}ApexClass" minOccurs="0"/>
<element name="ApexPolicyId" 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="DeveloperName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EventType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ExecutionUser" type="{urn:tooling.soap.sforce.com}User" minOccurs="0"/>
<element name="ExecutionUserId" type="{urn:tooling.soap.sforce.com}ID" minOccurs="0"/>
<element name="IsDeleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Language" type="{http://www.w3.org/2001/XMLSchema}string" 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="MasterLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NamespacePrefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResourceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="State" 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="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionConfig |
protected ApexClass |
apexPolicy |
protected String |
apexPolicyId |
protected User |
createdBy |
protected String |
createdById |
protected XMLGregorianCalendar |
createdDate |
protected String |
developerName |
protected String |
eventType |
protected User |
executionUser |
protected String |
executionUserId |
protected Boolean |
isDeleted |
protected String |
language |
protected User |
lastModifiedBy |
protected String |
lastModifiedById |
protected XMLGregorianCalendar |
lastModifiedDate |
protected String |
masterLabel |
protected String |
namespacePrefix |
protected String |
resourceName |
protected String |
state |
protected XMLGregorianCalendar |
systemModstamp |
protected String |
type |
fieldsToNull, id| Constructor and Description |
|---|
TransactionSecurityPolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionConfig()
Gets the value of the actionConfig property.
|
ApexClass |
getApexPolicy()
Gets the value of the apexPolicy property.
|
String |
getApexPolicyId()
Gets the value of the apexPolicyId 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 |
getDeveloperName()
Gets the value of the developerName property.
|
String |
getEventType()
Gets the value of the eventType property.
|
User |
getExecutionUser()
Gets the value of the executionUser property.
|
String |
getExecutionUserId()
Gets the value of the executionUserId property.
|
String |
getLanguage()
Gets the value of the language 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 |
getMasterLabel()
Gets the value of the masterLabel property.
|
String |
getNamespacePrefix()
Gets the value of the namespacePrefix property.
|
String |
getResourceName()
Gets the value of the resourceName property.
|
String |
getState()
Gets the value of the state property.
|
XMLGregorianCalendar |
getSystemModstamp()
Gets the value of the systemModstamp property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
isIsDeleted()
Gets the value of the isDeleted property.
|
void |
setActionConfig(String value)
Sets the value of the actionConfig property.
|
void |
setApexPolicy(ApexClass value)
Sets the value of the apexPolicy property.
|
void |
setApexPolicyId(String value)
Sets the value of the apexPolicyId 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 |
setDeveloperName(String value)
Sets the value of the developerName property.
|
void |
setEventType(String value)
Sets the value of the eventType property.
|
void |
setExecutionUser(User value)
Sets the value of the executionUser property.
|
void |
setExecutionUserId(String value)
Sets the value of the executionUserId property.
|
void |
setIsDeleted(Boolean value)
Sets the value of the isDeleted property.
|
void |
setLanguage(String value)
Sets the value of the language 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 |
setMasterLabel(String value)
Sets the value of the masterLabel property.
|
void |
setNamespacePrefix(String value)
Sets the value of the namespacePrefix property.
|
void |
setResourceName(String value)
Sets the value of the resourceName property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setSystemModstamp(XMLGregorianCalendar value)
Sets the value of the systemModstamp property.
|
void |
setType(String value)
Sets the value of the type property.
|
getFieldsToNull, getId, setIdprotected String actionConfig
protected ApexClass apexPolicy
protected String apexPolicyId
protected User createdBy
protected String createdById
protected XMLGregorianCalendar createdDate
protected String developerName
protected String eventType
protected User executionUser
protected String executionUserId
protected Boolean isDeleted
protected String language
protected User lastModifiedBy
protected String lastModifiedById
protected XMLGregorianCalendar lastModifiedDate
protected String masterLabel
protected String namespacePrefix
protected String resourceName
protected String state
protected XMLGregorianCalendar systemModstamp
protected String type
public String getActionConfig()
Stringpublic void setActionConfig(String value)
value - allowed object is
Stringpublic ApexClass getApexPolicy()
ApexClasspublic void setApexPolicy(ApexClass value)
value - allowed object is
ApexClasspublic String getApexPolicyId()
Stringpublic void setApexPolicyId(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 getDeveloperName()
Stringpublic void setDeveloperName(String value)
value - allowed object is
Stringpublic String getEventType()
Stringpublic void setEventType(String value)
value - allowed object is
Stringpublic User getExecutionUser()
Userpublic void setExecutionUser(User value)
value - allowed object is
Userpublic String getExecutionUserId()
Stringpublic void setExecutionUserId(String value)
value - allowed object is
Stringpublic Boolean isIsDeleted()
Booleanpublic void setIsDeleted(Boolean value)
value - allowed object is
Booleanpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic 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 getMasterLabel()
Stringpublic void setMasterLabel(String value)
value - allowed object is
Stringpublic String getNamespacePrefix()
Stringpublic void setNamespacePrefix(String value)
value - allowed object is
Stringpublic String getResourceName()
Stringpublic void setResourceName(String value)
value - allowed object is
Stringpublic String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSystemModstamp()
XMLGregorianCalendarpublic void setSystemModstamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic String getType()
StringCopyright © 2016. All rights reserved.