public class GetResultGraphForQuery extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="scanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="queryId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="maxNodes" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="graphType" type="{http://Checkmarx.com}CxWSGraphTypeEnum"/>
<element name="includeNotExploitable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CxWSGraphTypeEnum |
graphType |
protected boolean |
includeNotExploitable |
protected int |
maxNodes |
protected long |
queryId |
protected long |
scanId |
protected String |
sessionId |
| Constructor and Description |
|---|
GetResultGraphForQuery() |
| Modifier and Type | Method and Description |
|---|---|
CxWSGraphTypeEnum |
getGraphType()
Gets the value of the graphType property.
|
int |
getMaxNodes()
Gets the value of the maxNodes property.
|
long |
getQueryId()
Gets the value of the queryId property.
|
long |
getScanId()
Gets the value of the scanId property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
boolean |
isIncludeNotExploitable()
Gets the value of the includeNotExploitable property.
|
void |
setGraphType(CxWSGraphTypeEnum value)
Sets the value of the graphType property.
|
void |
setIncludeNotExploitable(boolean value)
Sets the value of the includeNotExploitable property.
|
void |
setMaxNodes(int value)
Sets the value of the maxNodes property.
|
void |
setQueryId(long value)
Sets the value of the queryId property.
|
void |
setScanId(long value)
Sets the value of the scanId property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected long scanId
protected long queryId
protected int maxNodes
protected CxWSGraphTypeEnum graphType
protected boolean includeNotExploitable
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic long getScanId()
public void setScanId(long value)
public long getQueryId()
public void setQueryId(long value)
public int getMaxNodes()
public void setMaxNodes(int value)
public CxWSGraphTypeEnum getGraphType()
CxWSGraphTypeEnumpublic void setGraphType(CxWSGraphTypeEnum value)
value - allowed object is
CxWSGraphTypeEnumpublic boolean isIncludeNotExploitable()
public void setIncludeNotExploitable(boolean value)
Copyright © 2020. All rights reserved.