public class CxDataRetentionConfiguration extends Object
Java class for CxDataRetentionConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxDataRetentionConfiguration">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataRetentionType" type="{http://Checkmarx.com}CxDataRetentionType"/>
<element name="NumOfScansToPreserve" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="DurationLimitInHours" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxDataRetentionType |
dataRetentionType |
protected Long |
durationLimitInHours |
protected long |
endDate |
protected int |
numOfScansToPreserve |
protected long |
startDate |
| Constructor and Description |
|---|
CxDataRetentionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
CxDataRetentionType |
getDataRetentionType()
Gets the value of the dataRetentionType property.
|
Long |
getDurationLimitInHours()
Gets the value of the durationLimitInHours property.
|
long |
getEndDate()
Gets the value of the endDate property.
|
int |
getNumOfScansToPreserve()
Gets the value of the numOfScansToPreserve property.
|
long |
getStartDate()
Gets the value of the startDate property.
|
void |
setDataRetentionType(CxDataRetentionType value)
Sets the value of the dataRetentionType property.
|
void |
setDurationLimitInHours(Long value)
Sets the value of the durationLimitInHours property.
|
void |
setEndDate(long value)
Sets the value of the endDate property.
|
void |
setNumOfScansToPreserve(int value)
Sets the value of the numOfScansToPreserve property.
|
void |
setStartDate(long value)
Sets the value of the startDate property.
|
protected CxDataRetentionType dataRetentionType
protected int numOfScansToPreserve
protected long startDate
protected long endDate
protected Long durationLimitInHours
public CxDataRetentionType getDataRetentionType()
CxDataRetentionTypepublic void setDataRetentionType(CxDataRetentionType value)
value - allowed object is
CxDataRetentionTypepublic int getNumOfScansToPreserve()
public void setNumOfScansToPreserve(int value)
public long getStartDate()
public void setStartDate(long value)
public long getEndDate()
public void setEndDate(long value)
public Long getDurationLimitInHours()
LongCopyright © 2020. All rights reserved.