public class CxWSSingleResultCompareData extends CxWSSingleResultData
Java class for CxWSSingleResultCompareData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSSingleResultCompareData">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSSingleResultData">
<sequence>
<element name="ScanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ComparedToScanId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ComparedToScanPathId" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="QueryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
comparedToScanId |
protected long |
comparedToScanPathId |
protected String |
queryName |
protected long |
scanId |
assignedUser, comment, destFile, destFolder, destLine, destObject, issueTicketID, numberOfNodes, pathId, queryId, queryVersionCode, resultStatus, severity, sourceFile, sourceFolder, sourceLine, sourceObject, state| Constructor and Description |
|---|
CxWSSingleResultCompareData() |
| Modifier and Type | Method and Description |
|---|---|
long |
getComparedToScanId()
Gets the value of the comparedToScanId property.
|
long |
getComparedToScanPathId()
Gets the value of the comparedToScanPathId property.
|
String |
getQueryName()
Gets the value of the queryName property.
|
long |
getScanId()
Gets the value of the scanId property.
|
void |
setComparedToScanId(long value)
Sets the value of the comparedToScanId property.
|
void |
setComparedToScanPathId(long value)
Sets the value of the comparedToScanPathId property.
|
void |
setQueryName(String value)
Sets the value of the queryName property.
|
void |
setScanId(long value)
Sets the value of the scanId property.
|
getAssignedUser, getComment, getDestFile, getDestFolder, getDestLine, getDestObject, getIssueTicketID, getNumberOfNodes, getPathId, getQueryId, getQueryVersionCode, getResultStatus, getSeverity, getSourceFile, getSourceFolder, getSourceLine, getSourceObject, getState, setAssignedUser, setComment, setDestFile, setDestFolder, setDestLine, setDestObject, setIssueTicketID, setNumberOfNodes, setPathId, setQueryId, setQueryVersionCode, setResultStatus, setSeverity, setSourceFile, setSourceFolder, setSourceLine, setSourceObject, setStateprotected long scanId
protected long comparedToScanId
protected long comparedToScanPathId
protected String queryName
public long getScanId()
public void setScanId(long value)
public long getComparedToScanId()
public void setComparedToScanId(long value)
public long getComparedToScanPathId()
public void setComparedToScanPathId(long value)
public String getQueryName()
StringCopyright © 2020. All rights reserved.