public class ExecuteDataRetention extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dataRetentionConfiguration" type="{http://Checkmarx.com}CxDataRetentionConfiguration" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxDataRetentionConfiguration |
dataRetentionConfiguration |
protected String |
sessionID |
| Constructor and Description |
|---|
ExecuteDataRetention() |
| Modifier and Type | Method and Description |
|---|---|
CxDataRetentionConfiguration |
getDataRetentionConfiguration()
Gets the value of the dataRetentionConfiguration property.
|
String |
getSessionID()
Gets the value of the sessionID property.
|
void |
setDataRetentionConfiguration(CxDataRetentionConfiguration value)
Sets the value of the dataRetentionConfiguration property.
|
void |
setSessionID(String value)
Sets the value of the sessionID property.
|
protected String sessionID
protected CxDataRetentionConfiguration dataRetentionConfiguration
public String getSessionID()
Stringpublic void setSessionID(String value)
value - allowed object is
Stringpublic CxDataRetentionConfiguration getDataRetentionConfiguration()
CxDataRetentionConfigurationpublic void setDataRetentionConfiguration(CxDataRetentionConfiguration value)
value - allowed object is
CxDataRetentionConfigurationCopyright © 2020. All rights reserved.