public class PivotClientExploitabilityParam extends PivotClientBaseParam
Java class for PivotClientExploitabilityParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PivotClientExploitabilityParam">
<complexContent>
<extension base="{http://Checkmarx.com}PivotClientBaseParam">
<sequence>
<element name="IncludeNotExploitable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
includeNotExploitable |
| Constructor and Description |
|---|
PivotClientExploitabilityParam() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIncludeNotExploitable()
Gets the value of the includeNotExploitable property.
|
void |
setIncludeNotExploitable(boolean value)
Sets the value of the includeNotExploitable property.
|
Copyright © 2020. All rights reserved.