public class TransactionSecurityPolicy extends Metadata
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:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="action" type="{urn:metadata.tooling.soap.sforce.com}TransactionSecurityAction"/>
<element name="active" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="apexClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="eventType" type="{urn:tooling.soap.sforce.com}MonitoredEvents"/>
<element name="executionUser" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resourceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TransactionSecurityAction |
action |
protected boolean |
active |
protected String |
apexClass |
protected MonitoredEvents |
eventType |
protected String |
executionUser |
protected String |
resourceName |
| Constructor and Description |
|---|
TransactionSecurityPolicy() |
| Modifier and Type | Method and Description |
|---|---|
TransactionSecurityAction |
getAction()
Gets the value of the action property.
|
String |
getApexClass()
Gets the value of the apexClass property.
|
MonitoredEvents |
getEventType()
Gets the value of the eventType property.
|
String |
getExecutionUser()
Gets the value of the executionUser property.
|
String |
getResourceName()
Gets the value of the resourceName property.
|
boolean |
isActive()
Gets the value of the active property.
|
void |
setAction(TransactionSecurityAction value)
Sets the value of the action property.
|
void |
setActive(boolean value)
Sets the value of the active property.
|
void |
setApexClass(String value)
Sets the value of the apexClass property.
|
void |
setEventType(MonitoredEvents value)
Sets the value of the eventType property.
|
void |
setExecutionUser(String value)
Sets the value of the executionUser property.
|
void |
setResourceName(String value)
Sets the value of the resourceName property.
|
protected TransactionSecurityAction action
protected boolean active
protected String apexClass
protected MonitoredEvents eventType
protected String executionUser
protected String resourceName
public TransactionSecurityAction getAction()
TransactionSecurityActionpublic void setAction(TransactionSecurityAction value)
value - allowed object is
TransactionSecurityActionpublic boolean isActive()
public void setActive(boolean value)
public String getApexClass()
Stringpublic void setApexClass(String value)
value - allowed object is
Stringpublic MonitoredEvents getEventType()
MonitoredEventspublic void setEventType(MonitoredEvents value)
value - allowed object is
MonitoredEventspublic String getExecutionUser()
Stringpublic void setExecutionUser(String value)
value - allowed object is
Stringpublic String getResourceName()
StringCopyright © 2016. All rights reserved.