@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedLongTasksResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CRITERIA |
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_LONG_TASKS_BY_INVOKER_TYPE |
static String |
JSON_PROPERTY_SAMPLED_VIEW_IDS |
static String |
JSON_PROPERTY_TO |
static String |
JSON_PROPERTY_VIEW_COUNT |
static String |
JSON_PROPERTY_VIEW_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedLongTasksResponseAttributes() |
AggregatedLongTasksResponseAttributes(String applicationId,
Long from,
List<AggregatedLongTasksByInvokerType> longTasksByInvokerType,
List<String> sampledViewIds,
Long to,
Integer viewCount,
String viewName) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_CRITERIA
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_LONG_TASKS_BY_INVOKER_TYPE
public static final String JSON_PROPERTY_SAMPLED_VIEW_IDS
public static final String JSON_PROPERTY_TO
public static final String JSON_PROPERTY_VIEW_COUNT
public static final String JSON_PROPERTY_VIEW_NAME
public AggregatedLongTasksResponseAttributes()
public AggregatedLongTasksResponseAttributes applicationId(String applicationId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public AggregatedLongTasksResponseAttributes criteria(AggregatedWaterfallPerformanceCriteria criteria)
@Nullable public AggregatedWaterfallPerformanceCriteria getCriteria()
public void setCriteria(AggregatedWaterfallPerformanceCriteria criteria)
public AggregatedLongTasksResponseAttributes from(Long from)
public Long getFrom()
public void setFrom(Long from)
public AggregatedLongTasksResponseAttributes longTasksByInvokerType(List<AggregatedLongTasksByInvokerType> longTasksByInvokerType)
public AggregatedLongTasksResponseAttributes addLongTasksByInvokerTypeItem(AggregatedLongTasksByInvokerType longTasksByInvokerTypeItem)
public List<AggregatedLongTasksByInvokerType> getLongTasksByInvokerType()
public void setLongTasksByInvokerType(List<AggregatedLongTasksByInvokerType> longTasksByInvokerType)
public AggregatedLongTasksResponseAttributes sampledViewIds(List<String> sampledViewIds)
public AggregatedLongTasksResponseAttributes addSampledViewIdsItem(String sampledViewIdsItem)
public List<String> getSampledViewIds()
public AggregatedLongTasksResponseAttributes to(Long to)
public Long getTo()
public void setTo(Long to)
public AggregatedLongTasksResponseAttributes viewCount(Integer viewCount)
public Integer getViewCount()
public void setViewCount(Integer viewCount)
public AggregatedLongTasksResponseAttributes viewName(String viewName)
public String getViewName()
public void setViewName(String viewName)
public AggregatedLongTasksResponseAttributes 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.