@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedLongTasksByInvokerType extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CRITERIA_VIEW_OCCURRENCES |
static String |
JSON_PROPERTY_IMPACT_SCORE |
static String |
JSON_PROPERTY_INVOKER_TYPE |
static String |
JSON_PROPERTY_STATS_PER_VIEW |
static String |
JSON_PROPERTY_TOP_INVOKERS |
static String |
JSON_PROPERTY_VIEW_OCCURRENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedLongTasksByInvokerType() |
AggregatedLongTasksByInvokerType(String invokerType,
LongTaskStatsPerView statsPerView,
List<TopLongTaskInvoker> topInvokers,
Integer viewOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedLongTasksByInvokerType |
addTopInvokersItem(TopLongTaskInvoker topInvokersItem) |
AggregatedLongTasksByInvokerType |
criteriaViewOccurrences(Integer criteriaViewOccurrences) |
boolean |
equals(Object o)
Return true if this AggregatedLongTasksByInvokerType 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.
|
Integer |
getCriteriaViewOccurrences()
Number of sampled views where this invoker type had long tasks contributing to the criteria
metric.
|
Double |
getImpactScore()
Rank-product impact score combining view frequency and blocking time severity.
|
String |
getInvokerType()
Category of the long task invoker (for example, resolve-promise, user-callback).
|
LongTaskStatsPerView |
getStatsPerView()
Statistical distributions of long task metrics computed per view across sampled views.
|
List<TopLongTaskInvoker> |
getTopInvokers()
Top invokers within this invoker type, sorted by impact score descending.
|
Integer |
getViewOccurrences()
Number of sampled views where this invoker type had any long tasks.
|
int |
hashCode() |
AggregatedLongTasksByInvokerType |
impactScore(Double impactScore) |
AggregatedLongTasksByInvokerType |
invokerType(String invokerType) |
AggregatedLongTasksByInvokerType |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCriteriaViewOccurrences(Integer criteriaViewOccurrences) |
void |
setImpactScore(Double impactScore) |
void |
setInvokerType(String invokerType) |
void |
setStatsPerView(LongTaskStatsPerView statsPerView) |
void |
setTopInvokers(List<TopLongTaskInvoker> topInvokers) |
void |
setViewOccurrences(Integer viewOccurrences) |
AggregatedLongTasksByInvokerType |
statsPerView(LongTaskStatsPerView statsPerView) |
AggregatedLongTasksByInvokerType |
topInvokers(List<TopLongTaskInvoker> topInvokers) |
String |
toString() |
AggregatedLongTasksByInvokerType |
viewOccurrences(Integer viewOccurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_CRITERIA_VIEW_OCCURRENCES
public static final String JSON_PROPERTY_IMPACT_SCORE
public static final String JSON_PROPERTY_INVOKER_TYPE
public static final String JSON_PROPERTY_STATS_PER_VIEW
public static final String JSON_PROPERTY_TOP_INVOKERS
public static final String JSON_PROPERTY_VIEW_OCCURRENCES
public AggregatedLongTasksByInvokerType()
public AggregatedLongTasksByInvokerType(String invokerType, LongTaskStatsPerView statsPerView, List<TopLongTaskInvoker> topInvokers, Integer viewOccurrences)
public AggregatedLongTasksByInvokerType criteriaViewOccurrences(Integer criteriaViewOccurrences)
@Nullable public Integer getCriteriaViewOccurrences()
public void setCriteriaViewOccurrences(Integer criteriaViewOccurrences)
public AggregatedLongTasksByInvokerType impactScore(Double impactScore)
@Nullable public Double getImpactScore()
public void setImpactScore(Double impactScore)
public AggregatedLongTasksByInvokerType invokerType(String invokerType)
public String getInvokerType()
public void setInvokerType(String invokerType)
public AggregatedLongTasksByInvokerType statsPerView(LongTaskStatsPerView statsPerView)
public LongTaskStatsPerView getStatsPerView()
public void setStatsPerView(LongTaskStatsPerView statsPerView)
public AggregatedLongTasksByInvokerType topInvokers(List<TopLongTaskInvoker> topInvokers)
public AggregatedLongTasksByInvokerType addTopInvokersItem(TopLongTaskInvoker topInvokersItem)
public List<TopLongTaskInvoker> getTopInvokers()
public void setTopInvokers(List<TopLongTaskInvoker> topInvokers)
public AggregatedLongTasksByInvokerType viewOccurrences(Integer viewOccurrences)
public Integer getViewOccurrences()
public void setViewOccurrences(Integer viewOccurrences)
public AggregatedLongTasksByInvokerType 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.