@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class VulnerabilityDependencyLocations extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_BLOCK |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_VERSION |
boolean |
unparsed |
| Constructor and Description |
|---|
VulnerabilityDependencyLocations() |
VulnerabilityDependencyLocations(DependencyLocation block) |
| Modifier and Type | Method and Description |
|---|---|
VulnerabilityDependencyLocations |
block(DependencyLocation block) |
boolean |
equals(Object o)
Return true if this VulnerabilityDependencyLocations 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.
|
DependencyLocation |
getBlock()
Static library vulnerability location.
|
DependencyLocation |
getName()
Static library vulnerability location.
|
DependencyLocation |
getVersion()
Static library vulnerability location.
|
int |
hashCode() |
VulnerabilityDependencyLocations |
name(DependencyLocation name) |
VulnerabilityDependencyLocations |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setBlock(DependencyLocation block) |
void |
setName(DependencyLocation name) |
void |
setVersion(DependencyLocation version) |
String |
toString() |
VulnerabilityDependencyLocations |
version(DependencyLocation version) |
public boolean unparsed
public static final String JSON_PROPERTY_BLOCK
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_VERSION
public VulnerabilityDependencyLocations()
public VulnerabilityDependencyLocations(DependencyLocation block)
public VulnerabilityDependencyLocations block(DependencyLocation block)
public DependencyLocation getBlock()
public void setBlock(DependencyLocation block)
public VulnerabilityDependencyLocations name(DependencyLocation name)
@Nullable public DependencyLocation getName()
public void setName(DependencyLocation name)
public VulnerabilityDependencyLocations version(DependencyLocation version)
@Nullable public DependencyLocation getVersion()
public void setVersion(DependencyLocation version)
public VulnerabilityDependencyLocations 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.