@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedLowCacheHitRate extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVG_CACHE_HIT_RATE |
static String |
JSON_PROPERTY_AVG_RESOURCE_DOWNLOAD_SIZE_BYTES |
static String |
JSON_PROPERTY_FINGERPRINT |
static String |
JSON_PROPERTY_IMPACT_SCORE |
static String |
JSON_PROPERTY_VIEW_OCCURRENCES |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedLowCacheHitRate() |
AggregatedLowCacheHitRate(Double avgCacheHitRate,
Long avgResourceDownloadSizeBytes,
String fingerprint,
Double impactScore,
Integer viewOccurrences) |
| Modifier and Type | Method and Description |
|---|---|
AggregatedLowCacheHitRate |
avgCacheHitRate(Double avgCacheHitRate) |
AggregatedLowCacheHitRate |
avgResourceDownloadSizeBytes(Long avgResourceDownloadSizeBytes) |
boolean |
equals(Object o)
Return true if this AggregatedLowCacheHitRate object is equal to o.
|
AggregatedLowCacheHitRate |
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 |
getAvgCacheHitRate()
Average cache hit rate across affected views.
|
Long |
getAvgResourceDownloadSizeBytes()
Average total download size of uncached resources in bytes.
|
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() |
AggregatedLowCacheHitRate |
impactScore(Double impactScore) |
AggregatedLowCacheHitRate |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAvgCacheHitRate(Double avgCacheHitRate) |
void |
setAvgResourceDownloadSizeBytes(Long avgResourceDownloadSizeBytes) |
void |
setFingerprint(String fingerprint) |
void |
setImpactScore(Double impactScore) |
void |
setViewOccurrences(Integer viewOccurrences) |
String |
toString() |
AggregatedLowCacheHitRate |
viewOccurrences(Integer viewOccurrences) |
public boolean unparsed
public static final String JSON_PROPERTY_AVG_CACHE_HIT_RATE
public static final String JSON_PROPERTY_AVG_RESOURCE_DOWNLOAD_SIZE_BYTES
public static final String JSON_PROPERTY_FINGERPRINT
public static final String JSON_PROPERTY_IMPACT_SCORE
public static final String JSON_PROPERTY_VIEW_OCCURRENCES
public AggregatedLowCacheHitRate avgCacheHitRate(Double avgCacheHitRate)
public Double getAvgCacheHitRate()
public void setAvgCacheHitRate(Double avgCacheHitRate)
public AggregatedLowCacheHitRate avgResourceDownloadSizeBytes(Long avgResourceDownloadSizeBytes)
public Long getAvgResourceDownloadSizeBytes()
public void setAvgResourceDownloadSizeBytes(Long avgResourceDownloadSizeBytes)
public AggregatedLowCacheHitRate fingerprint(String fingerprint)
public String getFingerprint()
public void setFingerprint(String fingerprint)
public AggregatedLowCacheHitRate impactScore(Double impactScore)
public Double getImpactScore()
public void setImpactScore(Double impactScore)
public AggregatedLowCacheHitRate viewOccurrences(Integer viewOccurrences)
public Integer getViewOccurrences()
public void setViewOccurrences(Integer viewOccurrences)
public AggregatedLowCacheHitRate 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.