@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedHighScriptEval extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVG_DURATION |
static String |
JSON_PROPERTY_AVG_FORCED_STYLE_LAYOUT |
static String |
JSON_PROPERTY_FINGERPRINT |
static String |
JSON_PROPERTY_IMPACT_SCORE |
static String |
JSON_PROPERTY_INSTANCE_COUNT |
static String |
JSON_PROPERTY_INVOKER_TYPE |
static String |
JSON_PROPERTY_SOURCE_CATEGORY |
static String |
JSON_PROPERTY_SOURCE_FUNCTION_NAME |
static String |
JSON_PROPERTY_SOURCE_URL |
static String |
JSON_PROPERTY_VIEW_OCCURRENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedHighScriptEval() |
AggregatedHighScriptEval(Long avgDuration,
Long avgForcedStyleLayout,
String fingerprint,
Double impactScore,
Integer instanceCount,
String invokerType,
String sourceCategory,
String sourceFunctionName,
String sourceUrl,
Integer viewOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedHighScriptEval |
avgDuration(Long avgDuration) |
AggregatedHighScriptEval |
avgForcedStyleLayout(Long avgForcedStyleLayout) |
boolean |
equals(Object o)
Return true if this AggregatedHighScriptEval object is equal to o.
|
AggregatedHighScriptEval |
fingerprint(String fingerprint) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Long |
getAvgDuration()
Average script evaluation duration in nanoseconds.
|
Long |
getAvgForcedStyleLayout()
Average forced style/layout duration in nanoseconds.
|
String |
getFingerprint()
Unique fingerprint identifying this detection group.
|
Double |
getImpactScore()
Impact score combining view frequency and duration severity.
|
Integer |
getInstanceCount()
Total number of detection instances across sampled views.
|
String |
getInvokerType()
Type of invoker that triggered the script evaluation.
|
String |
getSourceCategory()
Category of the script source.
|
String |
getSourceFunctionName()
Name of the function that triggered the high script evaluation.
|
String |
getSourceUrl()
URL of the script that triggered the high script evaluation.
|
Integer |
getViewOccurrences()
Number of sampled views where this detection occurred.
|
int |
hashCode() |
AggregatedHighScriptEval |
impactScore(Double impactScore) |
AggregatedHighScriptEval |
instanceCount(Integer instanceCount) |
AggregatedHighScriptEval |
invokerType(String invokerType) |
AggregatedHighScriptEval |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAvgDuration(Long avgDuration) |
void |
setAvgForcedStyleLayout(Long avgForcedStyleLayout) |
void |
setFingerprint(String fingerprint) |
void |
setImpactScore(Double impactScore) |
void |
setInstanceCount(Integer instanceCount) |
void |
setInvokerType(String invokerType) |
void |
setSourceCategory(String sourceCategory) |
void |
setSourceFunctionName(String sourceFunctionName) |
void |
setSourceUrl(String sourceUrl) |
void |
setViewOccurrences(Integer viewOccurrences) |
AggregatedHighScriptEval |
sourceCategory(String sourceCategory) |
AggregatedHighScriptEval |
sourceFunctionName(String sourceFunctionName) |
AggregatedHighScriptEval |
sourceUrl(String sourceUrl) |
String |
toString() |
AggregatedHighScriptEval |
viewOccurrences(Integer viewOccurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_AVG_DURATION
public static final String JSON_PROPERTY_AVG_FORCED_STYLE_LAYOUT
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_INVOKER_TYPE
public static final String JSON_PROPERTY_SOURCE_CATEGORY
public static final String JSON_PROPERTY_SOURCE_FUNCTION_NAME
public static final String JSON_PROPERTY_SOURCE_URL
public static final String JSON_PROPERTY_VIEW_OCCURRENCES
public AggregatedHighScriptEval avgDuration(Long avgDuration)
public Long getAvgDuration()
public void setAvgDuration(Long avgDuration)
public AggregatedHighScriptEval avgForcedStyleLayout(Long avgForcedStyleLayout)
public Long getAvgForcedStyleLayout()
public void setAvgForcedStyleLayout(Long avgForcedStyleLayout)
public AggregatedHighScriptEval fingerprint(String fingerprint)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public AggregatedHighScriptEval impactScore(Double impactScore)
public Double getImpactScore()
public void setImpactScore(Double impactScore)
public AggregatedHighScriptEval instanceCount(Integer instanceCount)
public Integer getInstanceCount()
public void setInstanceCount(Integer instanceCount)
public AggregatedHighScriptEval invokerType(String invokerType)
public String getInvokerType()
public void setInvokerType(String invokerType)
public AggregatedHighScriptEval sourceCategory(String sourceCategory)
@Nullable public String getSourceCategory()
public void setSourceCategory(String sourceCategory)
public AggregatedHighScriptEval sourceFunctionName(String sourceFunctionName)
public String getSourceFunctionName()
public void setSourceFunctionName(String sourceFunctionName)
public AggregatedHighScriptEval sourceUrl(String sourceUrl)
@Nullable public String getSourceUrl()
public void setSourceUrl(String sourceUrl)
public AggregatedHighScriptEval viewOccurrences(Integer viewOccurrences)
public Integer getViewOccurrences()
public void setViewOccurrences(Integer viewOccurrences)
public AggregatedHighScriptEval 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.