public class CxWSResponseScanProperties extends CxWSBasicRepsonse
Java class for CxWSResponseScanProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseScanProperties">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Top5Vulnes" type="{http://Checkmarx.com}ArrayOfVulerability" minOccurs="0"/>
<element name="ScanRiskParams" type="{http://Checkmarx.com}ScanRiskLevel" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatisticsCalculationDate" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected ScanRiskLevel |
scanRiskParams |
protected CxDateTime |
statisticsCalculationDate |
protected ArrayOfVulerability |
top5Vulnes |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseScanProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
ScanRiskLevel |
getScanRiskParams()
Gets the value of the scanRiskParams property.
|
CxDateTime |
getStatisticsCalculationDate()
Gets the value of the statisticsCalculationDate property.
|
ArrayOfVulerability |
getTop5Vulnes()
Gets the value of the top5Vulnes property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setScanRiskParams(ScanRiskLevel value)
Sets the value of the scanRiskParams property.
|
void |
setStatisticsCalculationDate(CxDateTime value)
Sets the value of the statisticsCalculationDate property.
|
void |
setTop5Vulnes(ArrayOfVulerability value)
Sets the value of the top5Vulnes property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected ArrayOfVulerability top5Vulnes
protected ScanRiskLevel scanRiskParams
protected String comment
protected CxDateTime statisticsCalculationDate
public ArrayOfVulerability getTop5Vulnes()
ArrayOfVulerabilitypublic void setTop5Vulnes(ArrayOfVulerability value)
value - allowed object is
ArrayOfVulerabilitypublic ScanRiskLevel getScanRiskParams()
ScanRiskLevelpublic void setScanRiskParams(ScanRiskLevel value)
value - allowed object is
ScanRiskLevelpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic CxDateTime getStatisticsCalculationDate()
CxDateTimepublic void setStatisticsCalculationDate(CxDateTime value)
value - allowed object is
CxDateTimeCopyright © 2020. All rights reserved.