@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_VALUE |
boolean |
unparsed |
| Constructor and Description |
|---|
ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols 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.
|
String |
getName()
The name of the vulnerable symbol.
|
String |
getType()
The type classification of the vulnerable symbol (e.g., function, class, variable).
|
String |
getValue()
The value or identifier associated with the vulnerable symbol.
|
int |
hashCode() |
ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols |
name(String name) |
ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols |
type(String type) |
ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols |
value(String value) |
public boolean unparsed
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_VALUE
public ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols()
public ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols name(String name)
@Nullable public String getName()
public void setName(String name)
public ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols type(String type)
@Nullable public String getType()
public void setType(String type)
public ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols value(String value)
@Nullable public String getValue()
public void setValue(String value)
public ResolveVulnerableSymbolsResponseResultsVulnerableSymbolsSymbols 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.