@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class Library extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ADDITIONAL_NAMES |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Modifier and Type | Method and Description |
|---|---|
Library |
addAdditionalNamesItem(String additionalNamesItem) |
Library |
additionalNames(List<String> additionalNames) |
boolean |
equals(Object o)
Return true if this Library object is equal to o.
|
List<String> |
getAdditionalNames()
Related library or package names (such as child packages or affected binary paths).
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
String |
getName()
Vulnerability library name.
|
String |
getVersion()
Vulnerability library version.
|
int |
hashCode() |
Library |
name(String name) |
Library |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAdditionalNames(List<String> additionalNames) |
void |
setName(String name) |
void |
setVersion(String version) |
String |
toString() |
Library |
version(String version) |
public boolean unparsed
public static final String JSON_PROPERTY_ADDITIONAL_NAMES
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_VERSION
public Library()
public Library(String name)
@Nullable public List<String> getAdditionalNames()
public String getName()
public void setName(String name)
@Nullable public String getVersion()
public void setVersion(String version)
public Library 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.