public class DataRetentionSettings extends Object
Java class for DataRetentionSettings complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DataRetentionSettings">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="NumOfScansToKeep" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
numOfScansToKeep |
| Constructor and Description |
|---|
DataRetentionSettings() |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumOfScansToKeep()
Gets the value of the numOfScansToKeep property.
|
void |
setNumOfScansToKeep(int value)
Sets the value of the numOfScansToKeep property.
|
Copyright © 2020. All rights reserved.