@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedHighFrozenFrameRate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVG_FROZEN_FRAME_RATE |
static String |
JSON_PROPERTY_AVG_SEGMENT_DURATION |
static String |
JSON_PROPERTY_AVG_TOTAL_FROZEN_DURATION |
static String |
JSON_PROPERTY_FINGERPRINT |
static String |
JSON_PROPERTY_IMPACT_SCORE |
static String |
JSON_PROPERTY_VIEW_OCCURRENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedHighFrozenFrameRate() |
AggregatedHighFrozenFrameRate(Double avgFrozenFrameRate,
Long avgSegmentDuration,
Long avgTotalFrozenDuration,
String fingerprint,
Double impactScore,
Integer viewOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedHighFrozenFrameRate |
avgFrozenFrameRate(Double avgFrozenFrameRate) |
AggregatedHighFrozenFrameRate |
avgSegmentDuration(Long avgSegmentDuration) |
AggregatedHighFrozenFrameRate |
avgTotalFrozenDuration(Long avgTotalFrozenDuration) |
boolean |
equals(Object o)
Return true if this AggregatedHighFrozenFrameRate object is equal to o.
|
AggregatedHighFrozenFrameRate |
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.
|
Double |
getAvgFrozenFrameRate()
Average frozen frame rate as a fraction of total frames.
|
Long |
getAvgSegmentDuration()
Average segment duration in nanoseconds.
|
Long |
getAvgTotalFrozenDuration()
Average total frozen duration in nanoseconds.
|
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() |
AggregatedHighFrozenFrameRate |
impactScore(Double impactScore) |
AggregatedHighFrozenFrameRate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAvgFrozenFrameRate(Double avgFrozenFrameRate) |
void |
setAvgSegmentDuration(Long avgSegmentDuration) |
void |
setAvgTotalFrozenDuration(Long avgTotalFrozenDuration) |
void |
setFingerprint(String fingerprint) |
void |
setImpactScore(Double impactScore) |
void |
setViewOccurrences(Integer viewOccurrences) |
String |
toString() |
AggregatedHighFrozenFrameRate |
viewOccurrences(Integer viewOccurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_AVG_FROZEN_FRAME_RATE
public static final String JSON_PROPERTY_AVG_SEGMENT_DURATION
public static final String JSON_PROPERTY_AVG_TOTAL_FROZEN_DURATION
public static final String JSON_PROPERTY_FINGERPRINT
public static final String JSON_PROPERTY_IMPACT_SCORE
public static final String JSON_PROPERTY_VIEW_OCCURRENCES
public AggregatedHighFrozenFrameRate avgFrozenFrameRate(Double avgFrozenFrameRate)
public Double getAvgFrozenFrameRate()
public void setAvgFrozenFrameRate(Double avgFrozenFrameRate)
public AggregatedHighFrozenFrameRate avgSegmentDuration(Long avgSegmentDuration)
public Long getAvgSegmentDuration()
public void setAvgSegmentDuration(Long avgSegmentDuration)
public AggregatedHighFrozenFrameRate avgTotalFrozenDuration(Long avgTotalFrozenDuration)
public Long getAvgTotalFrozenDuration()
public void setAvgTotalFrozenDuration(Long avgTotalFrozenDuration)
public AggregatedHighFrozenFrameRate fingerprint(String fingerprint)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public AggregatedHighFrozenFrameRate impactScore(Double impactScore)
public Double getImpactScore()
public void setImpactScore(Double impactScore)
public AggregatedHighFrozenFrameRate viewOccurrences(Integer viewOccurrences)
public Integer getViewOccurrences()
public void setViewOccurrences(Integer viewOccurrences)
public AggregatedHighFrozenFrameRate 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.