@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class EntityV3ServiceDatadog 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 |
|---|
EntityV3ServiceDatadog() |
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 EntityV3ServiceDatadog codeLocations(List<EntityV3DatadogCodeLocationItem> codeLocations)
public EntityV3ServiceDatadog addCodeLocationsItem(EntityV3DatadogCodeLocationItem codeLocationsItem)
@Nullable public List<EntityV3DatadogCodeLocationItem> getCodeLocations()
public void setCodeLocations(List<EntityV3DatadogCodeLocationItem> codeLocations)
public EntityV3ServiceDatadog events(List<EntityV3DatadogEventItem> events)
public EntityV3ServiceDatadog addEventsItem(EntityV3DatadogEventItem eventsItem)
@Nullable public List<EntityV3DatadogEventItem> getEvents()
public void setEvents(List<EntityV3DatadogEventItem> events)
public EntityV3ServiceDatadog logs(List<EntityV3DatadogLogItem> logs)
public EntityV3ServiceDatadog addLogsItem(EntityV3DatadogLogItem logsItem)
@Nullable public List<EntityV3DatadogLogItem> getLogs()
public void setLogs(List<EntityV3DatadogLogItem> logs)
public EntityV3ServiceDatadog performanceData(EntityV3DatadogPerformance performanceData)
@Nullable public EntityV3DatadogPerformance getPerformanceData()
public void setPerformanceData(EntityV3DatadogPerformance performanceData)
public EntityV3ServiceDatadog pipelines(EntityV3DatadogPipelines pipelines)
@Nullable public EntityV3DatadogPipelines getPipelines()
public void setPipelines(EntityV3DatadogPipelines pipelines)
public boolean equals(Object o)
Copyright © 2026. All rights reserved.