@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class FleetAgentsV2Response extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_DATA |
static String |
JSON_PROPERTY_META |
boolean |
unparsed |
| Constructor and Description |
|---|
FleetAgentsV2Response() |
FleetAgentsV2Response(List<FleetAgentV2> data) |
| Modifier and Type | Method and Description |
|---|---|
FleetAgentsV2Response |
addDataItem(FleetAgentV2 dataItem) |
FleetAgentsV2Response |
data(List<FleetAgentV2> data) |
boolean |
equals(Object o)
Return true if this FleetAgentsV2Response 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<FleetAgentV2> |
getData()
Array of agents matching the query criteria.
|
FleetAgentsV2ResponseMeta |
getMeta()
Metadata for the v2 list of agents, including pagination information.
|
int |
hashCode() |
FleetAgentsV2Response |
meta(FleetAgentsV2ResponseMeta meta) |
FleetAgentsV2Response |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setData(List<FleetAgentV2> data) |
void |
setMeta(FleetAgentsV2ResponseMeta meta) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_DATA
public static final String JSON_PROPERTY_META
public FleetAgentsV2Response()
public FleetAgentsV2Response(List<FleetAgentV2> data)
public FleetAgentsV2Response data(List<FleetAgentV2> data)
public FleetAgentsV2Response addDataItem(FleetAgentV2 dataItem)
public List<FleetAgentV2> getData()
public void setData(List<FleetAgentV2> data)
public FleetAgentsV2Response meta(FleetAgentsV2ResponseMeta meta)
@Nullable public FleetAgentsV2ResponseMeta getMeta()
public void setMeta(FleetAgentsV2ResponseMeta meta)
public FleetAgentsV2Response 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.