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