public class DefCveItem extends Object
| Constructor and Description |
|---|
DefCveItem() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
DefConfigurations |
getConfigurations()
Defines the set of product configurations for a NVD applicability statement.
|
CVEJSON40Min11 |
getCve()
(Required)
|
DefImpact |
getImpact()
Impact scores for a vulnerability as found on NVD.
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setConfigurations(DefConfigurations configurations)
Defines the set of product configurations for a NVD applicability statement.
|
void |
setCve(CVEJSON40Min11 cve)
(Required)
|
void |
setImpact(DefImpact impact)
Impact scores for a vulnerability as found on NVD.
|
String |
toString() |
public CVEJSON40Min11 getCve()
public void setCve(CVEJSON40Min11 cve)
public DefConfigurations getConfigurations()
public void setConfigurations(DefConfigurations configurations)
public DefImpact getImpact()
public void setImpact(DefImpact impact)
Copyright © 2012–2021 OWASP. All rights reserved.