@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class VulnerabilityCvss extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BASE |
static String |
JSON_PROPERTY_DATADOG |
boolean |
unparsed |
| Constructor and Description |
|---|
VulnerabilityCvss() |
VulnerabilityCvss(CVSS base,
CVSS datadog) |
| Modifier and Type | Method and Description |
|---|---|
VulnerabilityCvss |
base(CVSS base) |
VulnerabilityCvss |
datadog(CVSS datadog) |
boolean |
equals(Object o)
Return true if this VulnerabilityCvss object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
CVSS |
getBase()
Vulnerability severity.
|
CVSS |
getDatadog()
Vulnerability severity.
|
int |
hashCode() |
VulnerabilityCvss |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBase(CVSS base) |
void |
setDatadog(CVSS datadog) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_BASE
public static final String JSON_PROPERTY_DATADOG
public VulnerabilityCvss base(CVSS base)
public CVSS getBase()
public void setBase(CVSS base)
public VulnerabilityCvss datadog(CVSS datadog)
public CVSS getDatadog()
public void setDatadog(CVSS datadog)
public VulnerabilityCvss putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.