@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3APIDatadog extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CODE_LOCATIONS |
static String |
JSON_PROPERTY_EVENTS |
static String |
JSON_PROPERTY_LOGS |
static String |
JSON_PROPERTY_PERFORMANCE_DATA |
static String |
JSON_PROPERTY_PIPELINES |
boolean |
unparsed |
| Constructor and Description |
|---|
EntityV3APIDatadog() |
public boolean unparsed
public static final String JSON_PROPERTY_CODE_LOCATIONS
public static final String JSON_PROPERTY_EVENTS
public static final String JSON_PROPERTY_LOGS
public static final String JSON_PROPERTY_PERFORMANCE_DATA
public static final String JSON_PROPERTY_PIPELINES
public EntityV3APIDatadog codeLocations(List<EntityV3DatadogCodeLocationItem> codeLocations)
public EntityV3APIDatadog addCodeLocationsItem(EntityV3DatadogCodeLocationItem codeLocationsItem)
@Nullable public List<EntityV3DatadogCodeLocationItem> getCodeLocations()
public void setCodeLocations(List<EntityV3DatadogCodeLocationItem> codeLocations)
public EntityV3APIDatadog events(List<EntityV3DatadogEventItem> events)
public EntityV3APIDatadog addEventsItem(EntityV3DatadogEventItem eventsItem)
@Nullable public List<EntityV3DatadogEventItem> getEvents()
public void setEvents(List<EntityV3DatadogEventItem> events)
public EntityV3APIDatadog logs(List<EntityV3DatadogLogItem> logs)
public EntityV3APIDatadog addLogsItem(EntityV3DatadogLogItem logsItem)
@Nullable public List<EntityV3DatadogLogItem> getLogs()
public void setLogs(List<EntityV3DatadogLogItem> logs)
public EntityV3APIDatadog performanceData(EntityV3DatadogPerformance performanceData)
@Nullable public EntityV3DatadogPerformance getPerformanceData()
public void setPerformanceData(EntityV3DatadogPerformance performanceData)
public EntityV3APIDatadog pipelines(EntityV3DatadogPipelines pipelines)
@Nullable public EntityV3DatadogPipelines getPipelines()
public void setPipelines(EntityV3DatadogPipelines pipelines)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.