@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class TopLongTaskInvoker extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CRITERIA_VIEW_OCCURRENCES |
static String |
JSON_PROPERTY_FILE |
static String |
JSON_PROPERTY_IMPACT_SCORE |
static String |
JSON_PROPERTY_INVOKER |
static String |
JSON_PROPERTY_STATS_PER_VIEW |
static String |
JSON_PROPERTY_VIEW_OCCURRENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
TopLongTaskInvoker() |
TopLongTaskInvoker(String file,
String invoker,
LongTaskStatsPerView statsPerView,
Integer viewOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
TopLongTaskInvoker |
criteriaViewOccurrences(Integer criteriaViewOccurrences) |
boolean |
equals(Object o)
Return true if this TopLongTaskInvoker object is equal to o.
|
TopLongTaskInvoker |
file(String file) |
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 had long tasks contributing to the criteria metric.
|
String |
getFile()
Cleaned source file path for the invoker script.
|
Double |
getImpactScore()
Rank-product impact score combining view frequency and blocking time severity.
|
String |
getInvoker()
Name of the invoker function or script.
|
LongTaskStatsPerView |
getStatsPerView()
Statistical distributions of long task metrics computed per view across sampled views.
|
Integer |
getViewOccurrences()
Number of sampled views where this invoker had any long tasks.
|
int |
hashCode() |
TopLongTaskInvoker |
impactScore(Double impactScore) |
TopLongTaskInvoker |
invoker(String invoker) |
TopLongTaskInvoker |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setCriteriaViewOccurrences(Integer criteriaViewOccurrences) |
void |
setFile(String file) |
void |
setImpactScore(Double impactScore) |
void |
setInvoker(String invoker) |
void |
setStatsPerView(LongTaskStatsPerView statsPerView) |
void |
setViewOccurrences(Integer viewOccurrences) |
TopLongTaskInvoker |
statsPerView(LongTaskStatsPerView statsPerView) |
String |
toString() |
TopLongTaskInvoker |
viewOccurrences(Integer viewOccurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_CRITERIA_VIEW_OCCURRENCES
public static final String JSON_PROPERTY_FILE
public static final String JSON_PROPERTY_IMPACT_SCORE
public static final String JSON_PROPERTY_INVOKER
public static final String JSON_PROPERTY_STATS_PER_VIEW
public static final String JSON_PROPERTY_VIEW_OCCURRENCES
public TopLongTaskInvoker()
public TopLongTaskInvoker(String file, String invoker, LongTaskStatsPerView statsPerView, Integer viewOccurrences)
public TopLongTaskInvoker criteriaViewOccurrences(Integer criteriaViewOccurrences)
@Nullable public Integer getCriteriaViewOccurrences()
public void setCriteriaViewOccurrences(Integer criteriaViewOccurrences)
public TopLongTaskInvoker file(String file)
@Nullable public String getFile()
public void setFile(String file)
public TopLongTaskInvoker impactScore(Double impactScore)
@Nullable public Double getImpactScore()
public void setImpactScore(Double impactScore)
public TopLongTaskInvoker invoker(String invoker)
public String getInvoker()
public void setInvoker(String invoker)
public TopLongTaskInvoker statsPerView(LongTaskStatsPerView statsPerView)
public LongTaskStatsPerView getStatsPerView()
public void setStatsPerView(LongTaskStatsPerView statsPerView)
public TopLongTaskInvoker viewOccurrences(Integer viewOccurrences)
public Integer getViewOccurrences()
public void setViewOccurrences(Integer viewOccurrences)
public TopLongTaskInvoker 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.