public class ProjectScansRiskLevel extends Object
Java class for ProjectScansRiskLevel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectScansRiskLevel">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ScanRiskParams" type="{http://Checkmarx.com}ScanRiskLevel" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected ScanRiskLevel |
scanRiskParams |
| Constructor and Description |
|---|
ProjectScansRiskLevel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
ScanRiskLevel |
getScanRiskParams()
Gets the value of the scanRiskParams property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setScanRiskParams(ScanRiskLevel value)
Sets the value of the scanRiskParams property.
|
protected String label
protected ScanRiskLevel scanRiskParams
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic ScanRiskLevel getScanRiskParams()
ScanRiskLevelpublic void setScanRiskParams(ScanRiskLevel value)
value - allowed object is
ScanRiskLevelCopyright © 2020. All rights reserved.