public class Results extends Object
| Constructor and Description |
|---|
Results(org.json.JSONObject res) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCommonVuln() |
int |
getCriticalSeverity() |
int |
getHighSeverity() |
int |
getLowSeverity() |
int |
getMedSeverity() |
String |
getSaUrl() |
int |
getTotalDirect() |
int |
getTotalTrans() |
int |
getTotalVuln() |
int |
getUniqueVuln() |
int |
getVulnDeps() |
void |
setCommonVuln(int commonVuln) |
void |
setCriticalSeverity(int criticalSeverity) |
void |
setHighSeverity(int highSeverity) |
void |
setLowSeverity(int lowSeverity) |
void |
setMedSeverity(int medSeverity) |
void |
setSaUrl(String saUrl) |
void |
setTotalDirect(int totalDirect) |
void |
setTotalTrans(int totalTrans) |
void |
setTotalVuln(int totalVuln) |
void |
setUniqueVuln(int uniqueVuln) |
void |
setVulnDeps(int vulnDeps) |
public String getSaUrl()
public void setSaUrl(String saUrl)
public int getTotalDirect()
public void setTotalDirect(int totalDirect)
public int getTotalTrans()
public void setTotalTrans(int totalTrans)
public int getTotalVuln()
public void setTotalVuln(int totalVuln)
public int getCommonVuln()
public void setCommonVuln(int commonVuln)
public int getUniqueVuln()
public void setUniqueVuln(int uniqueVuln)
public int getVulnDeps()
public void setVulnDeps(int vulnDeps)
public int getLowSeverity()
public void setLowSeverity(int lowSeverity)
public int getMedSeverity()
public void setMedSeverity(int medSeverity)
public int getHighSeverity()
public void setHighSeverity(int highSeverity)
public int getCriticalSeverity()
public void setCriticalSeverity(int criticalSeverity)
Copyright © 2016–2021. All rights reserved.