@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedSlowInteractionLongTask extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ACTION_TYPE |
static String |
JSON_PROPERTY_AVG_BLOCKING_DURATION |
static String |
JSON_PROPERTY_AVG_DURATION |
static String |
JSON_PROPERTY_FINGERPRINT |
static String |
JSON_PROPERTY_IMPACT_SCORE |
static String |
JSON_PROPERTY_INSTANCE_COUNT |
static String |
JSON_PROPERTY_SELECTOR |
static String |
JSON_PROPERTY_SELECTOR_NORMALIZED |
static String |
JSON_PROPERTY_VIEW_OCCURRENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedSlowInteractionLongTask() |
AggregatedSlowInteractionLongTask(String actionType,
Long avgBlockingDuration,
Long avgDuration,
String fingerprint,
Double impactScore,
Integer instanceCount,
String selector,
String selectorNormalized,
Integer viewOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedSlowInteractionLongTask |
actionType(String actionType) |
AggregatedSlowInteractionLongTask |
avgBlockingDuration(Long avgBlockingDuration) |
AggregatedSlowInteractionLongTask |
avgDuration(Long avgDuration) |
boolean |
equals(Object o)
Return true if this AggregatedSlowInteractionLongTask object is equal to o.
|
AggregatedSlowInteractionLongTask |
fingerprint(String fingerprint) |
String |
getActionType()
Type of user interaction that triggered the slow response.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getAvgBlockingDuration()
Average long task blocking duration in nanoseconds.
|
Long |
getAvgDuration()
Average total interaction duration in nanoseconds.
|
String |
getFingerprint()
Unique fingerprint identifying this detection group.
|
Double |
getImpactScore()
Impact score combining view frequency and blocking severity.
|
Integer |
getInstanceCount()
Total number of detection instances across sampled views.
|
String |
getSelector()
CSS selector of the element that was interacted with.
|
String |
getSelectorNormalized()
Normalized CSS selector with dynamic parts replaced.
|
Integer |
getViewOccurrences()
Number of sampled views where this detection occurred.
|
int |
hashCode() |
AggregatedSlowInteractionLongTask |
impactScore(Double impactScore) |
AggregatedSlowInteractionLongTask |
instanceCount(Integer instanceCount) |
AggregatedSlowInteractionLongTask |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AggregatedSlowInteractionLongTask |
selector(String selector) |
AggregatedSlowInteractionLongTask |
selectorNormalized(String selectorNormalized) |
void |
setActionType(String actionType) |
void |
setAvgBlockingDuration(Long avgBlockingDuration) |
void |
setAvgDuration(Long avgDuration) |
void |
setFingerprint(String fingerprint) |
void |
setImpactScore(Double impactScore) |
void |
setInstanceCount(Integer instanceCount) |
void |
setSelector(String selector) |
void |
setSelectorNormalized(String selectorNormalized) |
void |
setViewOccurrences(Integer viewOccurrences) |
String |
toString() |
AggregatedSlowInteractionLongTask |
viewOccurrences(Integer viewOccurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_ACTION_TYPE
public static final String JSON_PROPERTY_AVG_BLOCKING_DURATION
public static final String JSON_PROPERTY_AVG_DURATION
public static final String JSON_PROPERTY_FINGERPRINT
public static final String JSON_PROPERTY_IMPACT_SCORE
public static final String JSON_PROPERTY_INSTANCE_COUNT
public static final String JSON_PROPERTY_SELECTOR
public static final String JSON_PROPERTY_SELECTOR_NORMALIZED
public static final String JSON_PROPERTY_VIEW_OCCURRENCES
public AggregatedSlowInteractionLongTask actionType(String actionType)
public String getActionType()
public void setActionType(String actionType)
public AggregatedSlowInteractionLongTask avgBlockingDuration(Long avgBlockingDuration)
public Long getAvgBlockingDuration()
public void setAvgBlockingDuration(Long avgBlockingDuration)
public AggregatedSlowInteractionLongTask avgDuration(Long avgDuration)
public Long getAvgDuration()
public void setAvgDuration(Long avgDuration)
public AggregatedSlowInteractionLongTask fingerprint(String fingerprint)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public AggregatedSlowInteractionLongTask impactScore(Double impactScore)
public Double getImpactScore()
public void setImpactScore(Double impactScore)
public AggregatedSlowInteractionLongTask instanceCount(Integer instanceCount)
public Integer getInstanceCount()
public void setInstanceCount(Integer instanceCount)
public AggregatedSlowInteractionLongTask selector(String selector)
@Nullable public String getSelector()
public void setSelector(String selector)
public AggregatedSlowInteractionLongTask selectorNormalized(String selectorNormalized)
@Nullable public String getSelectorNormalized()
public void setSelectorNormalized(String selectorNormalized)
public AggregatedSlowInteractionLongTask viewOccurrences(Integer viewOccurrences)
public Integer getViewOccurrences()
public void setViewOccurrences(Integer viewOccurrences)
public AggregatedSlowInteractionLongTask 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.