public class ProjectScannedDisplayData extends Object
Java class for ProjectScannedDisplayData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectScannedDisplayData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ProjectID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ProjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="LastScanID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="LastScanDate" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="TeamName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RiskLevelScore" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LOC" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="HighVulnerabilities" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="MediumVulnerabilities" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="LowVulnerabilities" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="InfoVulnerabilities" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="TotalVulnerabilities" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="QueueTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="ScanTime" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="FailedLOC" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatisticsCalculationDate" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
failedLOC |
protected int |
highVulnerabilities |
protected int |
infoVulnerabilities |
protected long |
lastScanDate |
protected long |
lastScanID |
protected long |
loc |
protected int |
lowVulnerabilities |
protected int |
mediumVulnerabilities |
protected long |
projectID |
protected String |
projectName |
protected long |
queueTime |
protected int |
riskLevelScore |
protected long |
scanTime |
protected long |
statisticsCalculationDate |
protected String |
teamName |
protected int |
totalVulnerabilities |
| Constructor and Description |
|---|
ProjectScannedDisplayData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFailedLOC()
Gets the value of the failedLOC property.
|
int |
getHighVulnerabilities()
Gets the value of the highVulnerabilities property.
|
int |
getInfoVulnerabilities()
Gets the value of the infoVulnerabilities property.
|
long |
getLastScanDate()
Gets the value of the lastScanDate property.
|
long |
getLastScanID()
Gets the value of the lastScanID property.
|
long |
getLOC()
Gets the value of the loc property.
|
int |
getLowVulnerabilities()
Gets the value of the lowVulnerabilities property.
|
int |
getMediumVulnerabilities()
Gets the value of the mediumVulnerabilities property.
|
long |
getProjectID()
Gets the value of the projectID property.
|
String |
getProjectName()
Gets the value of the projectName property.
|
long |
getQueueTime()
Gets the value of the queueTime property.
|
int |
getRiskLevelScore()
Gets the value of the riskLevelScore property.
|
long |
getScanTime()
Gets the value of the scanTime property.
|
long |
getStatisticsCalculationDate()
Gets the value of the statisticsCalculationDate property.
|
String |
getTeamName()
Gets the value of the teamName property.
|
int |
getTotalVulnerabilities()
Gets the value of the totalVulnerabilities property.
|
void |
setFailedLOC(String value)
Sets the value of the failedLOC property.
|
void |
setHighVulnerabilities(int value)
Sets the value of the highVulnerabilities property.
|
void |
setInfoVulnerabilities(int value)
Sets the value of the infoVulnerabilities property.
|
void |
setLastScanDate(long value)
Sets the value of the lastScanDate property.
|
void |
setLastScanID(long value)
Sets the value of the lastScanID property.
|
void |
setLOC(long value)
Sets the value of the loc property.
|
void |
setLowVulnerabilities(int value)
Sets the value of the lowVulnerabilities property.
|
void |
setMediumVulnerabilities(int value)
Sets the value of the mediumVulnerabilities property.
|
void |
setProjectID(long value)
Sets the value of the projectID property.
|
void |
setProjectName(String value)
Sets the value of the projectName property.
|
void |
setQueueTime(long value)
Sets the value of the queueTime property.
|
void |
setRiskLevelScore(int value)
Sets the value of the riskLevelScore property.
|
void |
setScanTime(long value)
Sets the value of the scanTime property.
|
void |
setStatisticsCalculationDate(long value)
Sets the value of the statisticsCalculationDate property.
|
void |
setTeamName(String value)
Sets the value of the teamName property.
|
void |
setTotalVulnerabilities(int value)
Sets the value of the totalVulnerabilities property.
|
protected long projectID
protected String projectName
protected long lastScanID
protected long lastScanDate
protected String teamName
protected int riskLevelScore
protected long loc
protected int highVulnerabilities
protected int mediumVulnerabilities
protected int lowVulnerabilities
protected int infoVulnerabilities
protected int totalVulnerabilities
protected long queueTime
protected long scanTime
protected String failedLOC
protected long statisticsCalculationDate
public long getProjectID()
public void setProjectID(long value)
public String getProjectName()
Stringpublic void setProjectName(String value)
value - allowed object is
Stringpublic long getLastScanID()
public void setLastScanID(long value)
public long getLastScanDate()
public void setLastScanDate(long value)
public String getTeamName()
Stringpublic void setTeamName(String value)
value - allowed object is
Stringpublic int getRiskLevelScore()
public void setRiskLevelScore(int value)
public long getLOC()
public void setLOC(long value)
public int getHighVulnerabilities()
public void setHighVulnerabilities(int value)
public int getMediumVulnerabilities()
public void setMediumVulnerabilities(int value)
public int getLowVulnerabilities()
public void setLowVulnerabilities(int value)
public int getInfoVulnerabilities()
public void setInfoVulnerabilities(int value)
public int getTotalVulnerabilities()
public void setTotalVulnerabilities(int value)
public long getQueueTime()
public void setQueueTime(long value)
public long getScanTime()
public void setScanTime(long value)
public String getFailedLOC()
Stringpublic void setFailedLOC(String value)
value - allowed object is
Stringpublic long getStatisticsCalculationDate()
public void setStatisticsCalculationDate(long value)
Copyright © 2020. All rights reserved.