public class BaseMetricV2 extends Object
| Constructor and Description |
|---|
BaseMetricV2() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Boolean |
getAcInsufInfo() |
CvssV20 |
getCvssV2()
JSON Schema for Common Vulnerability Scoring System version 2.0
|
Double |
getExploitabilityScore()
CVSS subscore.
|
Double |
getImpactScore()
CVSS subscore.
|
Boolean |
getObtainAllPrivilege() |
Boolean |
getObtainOtherPrivilege() |
Boolean |
getObtainUserPrivilege() |
String |
getSeverity() |
Boolean |
getUserInteractionRequired() |
int |
hashCode() |
void |
setAcInsufInfo(Boolean acInsufInfo) |
void |
setCvssV2(CvssV20 cvssV2)
JSON Schema for Common Vulnerability Scoring System version 2.0
|
void |
setExploitabilityScore(Double exploitabilityScore)
CVSS subscore.
|
void |
setImpactScore(Double impactScore)
CVSS subscore.
|
void |
setObtainAllPrivilege(Boolean obtainAllPrivilege) |
void |
setObtainOtherPrivilege(Boolean obtainOtherPrivilege) |
void |
setObtainUserPrivilege(Boolean obtainUserPrivilege) |
void |
setSeverity(String severity) |
void |
setUserInteractionRequired(Boolean userInteractionRequired) |
String |
toString() |
public CvssV20 getCvssV2()
public void setCvssV2(CvssV20 cvssV2)
public String getSeverity()
public void setSeverity(String severity)
public Double getExploitabilityScore()
public void setExploitabilityScore(Double exploitabilityScore)
public Double getImpactScore()
public void setImpactScore(Double impactScore)
public Boolean getAcInsufInfo()
public void setAcInsufInfo(Boolean acInsufInfo)
public Boolean getObtainAllPrivilege()
public void setObtainAllPrivilege(Boolean obtainAllPrivilege)
public Boolean getObtainUserPrivilege()
public void setObtainUserPrivilege(Boolean obtainUserPrivilege)
public Boolean getObtainOtherPrivilege()
public void setObtainOtherPrivilege(Boolean obtainOtherPrivilege)
public Boolean getUserInteractionRequired()
public void setUserInteractionRequired(Boolean userInteractionRequired)
Copyright © 2012–2020 OWASP. All rights reserved.