@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedMobileScrollFriction extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVG_SCROLL_FROZEN_FRAME_COUNT |
static String |
JSON_PROPERTY_FINGERPRINT |
static String |
JSON_PROPERTY_IMPACT_SCORE |
static String |
JSON_PROPERTY_VIEW_OCCURRENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedMobileScrollFriction() |
AggregatedMobileScrollFriction(Integer avgScrollFrozenFrameCount,
String fingerprint,
Double impactScore,
Integer viewOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedMobileScrollFriction |
avgScrollFrozenFrameCount(Integer avgScrollFrozenFrameCount) |
boolean |
equals(Object o)
Return true if this AggregatedMobileScrollFriction object is equal to o.
|
AggregatedMobileScrollFriction |
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.
|
Integer |
getAvgScrollFrozenFrameCount()
Average number of frozen frames during scroll interactions.
|
String |
getFingerprint()
Unique fingerprint identifying this detection group.
|
Double |
getImpactScore()
Impact score for this detection.
|
Integer |
getViewOccurrences()
Number of sampled views where this detection occurred.
|
int |
hashCode() |
AggregatedMobileScrollFriction |
impactScore(Double impactScore) |
AggregatedMobileScrollFriction |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAvgScrollFrozenFrameCount(Integer avgScrollFrozenFrameCount) |
void |
setFingerprint(String fingerprint) |
void |
setImpactScore(Double impactScore) |
void |
setViewOccurrences(Integer viewOccurrences) |
String |
toString() |
AggregatedMobileScrollFriction |
viewOccurrences(Integer viewOccurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_AVG_SCROLL_FROZEN_FRAME_COUNT
public static final String JSON_PROPERTY_FINGERPRINT
public static final String JSON_PROPERTY_IMPACT_SCORE
public static final String JSON_PROPERTY_VIEW_OCCURRENCES
public AggregatedMobileScrollFriction avgScrollFrozenFrameCount(Integer avgScrollFrozenFrameCount)
public Integer getAvgScrollFrozenFrameCount()
public void setAvgScrollFrozenFrameCount(Integer avgScrollFrozenFrameCount)
public AggregatedMobileScrollFriction fingerprint(String fingerprint)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public AggregatedMobileScrollFriction impactScore(Double impactScore)
public Double getImpactScore()
public void setImpactScore(Double impactScore)
public AggregatedMobileScrollFriction viewOccurrences(Integer viewOccurrences)
public Integer getViewOccurrences()
public void setViewOccurrences(Integer viewOccurrences)
public AggregatedMobileScrollFriction 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.