public class CxWSResponseScanSummary extends CxWSBasicRepsonse
Java class for CxWSResponseScanSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CxWSResponseScanSummary">
<complexContent>
<extension base="{http://Checkmarx.com}CxWSBasicRepsonse">
<sequence>
<element name="Started" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="Finished" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="ScanRisk" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Preset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LOC" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="FilesCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="High" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Medium" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Low" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Info" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ScanRiskSeverity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ScanRiskQuantity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="IsIncremental" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ScanType" type="{http://Checkmarx.com}ScanType"/>
<element name="ScanLanguageStateCollection" type="{http://Checkmarx.com}ArrayOfCxWSQueryLanguageState" minOccurs="0"/>
<element name="EngineStart" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="EngineFinish" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="ScanQueued" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="TotalScanTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="StatisticsCalculationDate" type="{http://Checkmarx.com}CxDateTime" minOccurs="0"/>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TeamName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected CxDateTime |
engineFinish |
protected CxDateTime |
engineStart |
protected long |
filesCount |
protected CxDateTime |
finished |
protected int |
high |
protected int |
info |
protected boolean |
isIncremental |
protected long |
loc |
protected int |
low |
protected int |
medium |
protected String |
path |
protected String |
preset |
protected String |
projectName |
protected ArrayOfCxWSQueryLanguageState |
scanLanguageStateCollection |
protected CxDateTime |
scanQueued |
protected int |
scanRisk |
protected int |
scanRiskQuantity |
protected int |
scanRiskSeverity |
protected ScanType |
scanType |
protected CxDateTime |
started |
protected CxDateTime |
statisticsCalculationDate |
protected String |
teamName |
protected long |
totalScanTime |
errorMessage, isSuccesfull| Constructor and Description |
|---|
CxWSResponseScanSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment()
Gets the value of the comment property.
|
CxDateTime |
getEngineFinish()
Gets the value of the engineFinish property.
|
CxDateTime |
getEngineStart()
Gets the value of the engineStart property.
|
long |
getFilesCount()
Gets the value of the filesCount property.
|
CxDateTime |
getFinished()
Gets the value of the finished property.
|
int |
getHigh()
Gets the value of the high property.
|
int |
getInfo()
Gets the value of the info property.
|
long |
getLOC()
Gets the value of the loc property.
|
int |
getLow()
Gets the value of the low property.
|
int |
getMedium()
Gets the value of the medium property.
|
String |
getPath()
Gets the value of the path property.
|
String |
getPreset()
Gets the value of the preset property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
ArrayOfCxWSQueryLanguageState |
getScanLanguageStateCollection()
Gets the value of the scanLanguageStateCollection property.
|
CxDateTime |
getScanQueued()
Gets the value of the scanQueued property.
|
int |
getScanRisk()
Gets the value of the scanRisk property.
|
int |
getScanRiskQuantity()
Gets the value of the scanRiskQuantity property.
|
int |
getScanRiskSeverity()
Gets the value of the scanRiskSeverity property.
|
ScanType |
getScanType()
Gets the value of the scanType property.
|
CxDateTime |
getStarted()
Gets the value of the started property.
|
CxDateTime |
getStatisticsCalculationDate()
Gets the value of the statisticsCalculationDate property.
|
String |
getTeamName()
Gets the value of the teamName property.
|
long |
getTotalScanTime()
Gets the value of the totalScanTime property.
|
boolean |
isIsIncremental()
Gets the value of the isIncremental property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setEngineFinish(CxDateTime value)
Sets the value of the engineFinish property.
|
void |
setEngineStart(CxDateTime value)
Sets the value of the engineStart property.
|
void |
setFilesCount(long value)
Sets the value of the filesCount property.
|
void |
setFinished(CxDateTime value)
Sets the value of the finished property.
|
void |
setHigh(int value)
Sets the value of the high property.
|
void |
setInfo(int value)
Sets the value of the info property.
|
void |
setIsIncremental(boolean value)
Sets the value of the isIncremental property.
|
void |
setLOC(long value)
Sets the value of the loc property.
|
void |
setLow(int value)
Sets the value of the low property.
|
void |
setMedium(int value)
Sets the value of the medium property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setPreset(String value)
Sets the value of the preset property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setScanLanguageStateCollection(ArrayOfCxWSQueryLanguageState value)
Sets the value of the scanLanguageStateCollection property.
|
void |
setScanQueued(CxDateTime value)
Sets the value of the scanQueued property.
|
void |
setScanRisk(int value)
Sets the value of the scanRisk property.
|
void |
setScanRiskQuantity(int value)
Sets the value of the scanRiskQuantity property.
|
void |
setScanRiskSeverity(int value)
Sets the value of the scanRiskSeverity property.
|
void |
setScanType(ScanType value)
Sets the value of the scanType property.
|
void |
setStarted(CxDateTime value)
Sets the value of the started property.
|
void |
setStatisticsCalculationDate(CxDateTime value)
Sets the value of the statisticsCalculationDate property.
|
void |
setTeamName(String value)
Sets the value of the teamName property.
|
void |
setTotalScanTime(long value)
Sets the value of the totalScanTime property.
|
getErrorMessage, isIsSuccesfull, setErrorMessage, setIsSuccesfullprotected CxDateTime started
protected CxDateTime finished
protected int scanRisk
protected String preset
protected String path
protected String comment
protected long loc
protected long filesCount
protected int high
protected int medium
protected int low
protected int info
protected int scanRiskSeverity
protected int scanRiskQuantity
protected boolean isIncremental
protected ScanType scanType
protected ArrayOfCxWSQueryLanguageState scanLanguageStateCollection
protected CxDateTime engineStart
protected CxDateTime engineFinish
protected CxDateTime scanQueued
protected long totalScanTime
protected CxDateTime statisticsCalculationDate
protected String projectName
protected String teamName
public CxDateTime getStarted()
CxDateTimepublic void setStarted(CxDateTime value)
value - allowed object is
CxDateTimepublic CxDateTime getFinished()
CxDateTimepublic void setFinished(CxDateTime value)
value - allowed object is
CxDateTimepublic int getScanRisk()
public void setScanRisk(int value)
public String getPreset()
Stringpublic void setPreset(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic String getComment()
Stringpublic void setComment(String value)
value - allowed object is
Stringpublic long getLOC()
public void setLOC(long value)
public long getFilesCount()
public void setFilesCount(long value)
public int getHigh()
public void setHigh(int value)
public int getMedium()
public void setMedium(int value)
public int getLow()
public void setLow(int value)
public int getInfo()
public void setInfo(int value)
public int getScanRiskSeverity()
public void setScanRiskSeverity(int value)
public int getScanRiskQuantity()
public void setScanRiskQuantity(int value)
public boolean isIsIncremental()
public void setIsIncremental(boolean value)
public ScanType getScanType()
ScanTypepublic void setScanType(ScanType value)
value - allowed object is
ScanTypepublic ArrayOfCxWSQueryLanguageState getScanLanguageStateCollection()
ArrayOfCxWSQueryLanguageStatepublic void setScanLanguageStateCollection(ArrayOfCxWSQueryLanguageState value)
value - allowed object is
ArrayOfCxWSQueryLanguageStatepublic CxDateTime getEngineStart()
CxDateTimepublic void setEngineStart(CxDateTime value)
value - allowed object is
CxDateTimepublic CxDateTime getEngineFinish()
CxDateTimepublic void setEngineFinish(CxDateTime value)
value - allowed object is
CxDateTimepublic CxDateTime getScanQueued()
CxDateTimepublic void setScanQueued(CxDateTime value)
value - allowed object is
CxDateTimepublic long getTotalScanTime()
public void setTotalScanTime(long value)
public CxDateTime getStatisticsCalculationDate()
CxDateTimepublic void setStatisticsCalculationDate(CxDateTime value)
value - allowed object is
CxDateTimepublic String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic String getTeamName()
StringCopyright © 2020. All rights reserved.