@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ListVulnerableAssetsResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
ListVulnerableAssetsResponse() |
ListVulnerableAssetsResponse(List<Asset> data) |
| Modifier and Type | Method and Description |
|---|---|
ListVulnerableAssetsResponse |
addDataItem(Asset dataItem) |
ListVulnerableAssetsResponse |
data(List<Asset> data) |
boolean |
equals(Object o)
Return true if this ListVulnerableAssetsResponse 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.
|
List<Asset> |
getData()
List of vulnerable assets.
|
Links |
getLinks()
The JSON:API links related to pagination.
|
Metadata |
getMeta()
The metadata related to this request.
|
int |
hashCode() |
ListVulnerableAssetsResponse |
links(Links links) |
ListVulnerableAssetsResponse |
meta(Metadata meta) |
ListVulnerableAssetsResponse |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<Asset> data) |
void |
setLinks(Links links) |
void |
setMeta(Metadata meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_META
public ListVulnerableAssetsResponse data(List<Asset> data)
public ListVulnerableAssetsResponse addDataItem(Asset dataItem)
public ListVulnerableAssetsResponse links(Links links)
@Nullable public Links getLinks()
public void setLinks(Links links)
public ListVulnerableAssetsResponse meta(Metadata meta)
@Nullable public Metadata getMeta()
public void setMeta(Metadata meta)
public ListVulnerableAssetsResponse 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 © 2025. All rights reserved.