@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SignalsProblemsDetections extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HIGH_FROZEN_FRAME_RATES |
static String |
JSON_PROPERTY_HIGH_SCRIPT_EVALUATIONS |
static String |
JSON_PROPERTY_LOW_CACHE_HIT_RATES |
static String |
JSON_PROPERTY_MOBILE_SCROLL_FRICTIONS |
static String |
JSON_PROPERTY_SLOW_FCP_HIGH_BYTES |
static String |
JSON_PROPERTY_SLOW_INTERACTION_LONG_TASKS |
static String |
JSON_PROPERTY_UNCOMPRESSED_RESOURCES |
boolean |
unparsed |
| Constructor and Description |
|---|
SignalsProblemsDetections() |
public boolean unparsed
public static final String JSON_PROPERTY_HIGH_FROZEN_FRAME_RATES
public static final String JSON_PROPERTY_HIGH_SCRIPT_EVALUATIONS
public static final String JSON_PROPERTY_LOW_CACHE_HIT_RATES
public static final String JSON_PROPERTY_MOBILE_SCROLL_FRICTIONS
public static final String JSON_PROPERTY_SLOW_FCP_HIGH_BYTES
public static final String JSON_PROPERTY_SLOW_INTERACTION_LONG_TASKS
public static final String JSON_PROPERTY_UNCOMPRESSED_RESOURCES
public SignalsProblemsDetections highFrozenFrameRates(List<AggregatedHighFrozenFrameRate> highFrozenFrameRates)
public SignalsProblemsDetections addHighFrozenFrameRatesItem(AggregatedHighFrozenFrameRate highFrozenFrameRatesItem)
@Nullable public List<AggregatedHighFrozenFrameRate> getHighFrozenFrameRates()
public void setHighFrozenFrameRates(List<AggregatedHighFrozenFrameRate> highFrozenFrameRates)
public SignalsProblemsDetections highScriptEvaluations(List<AggregatedHighScriptEval> highScriptEvaluations)
public SignalsProblemsDetections addHighScriptEvaluationsItem(AggregatedHighScriptEval highScriptEvaluationsItem)
@Nullable public List<AggregatedHighScriptEval> getHighScriptEvaluations()
public void setHighScriptEvaluations(List<AggregatedHighScriptEval> highScriptEvaluations)
public SignalsProblemsDetections lowCacheHitRates(List<AggregatedLowCacheHitRate> lowCacheHitRates)
public SignalsProblemsDetections addLowCacheHitRatesItem(AggregatedLowCacheHitRate lowCacheHitRatesItem)
@Nullable public List<AggregatedLowCacheHitRate> getLowCacheHitRates()
public void setLowCacheHitRates(List<AggregatedLowCacheHitRate> lowCacheHitRates)
public SignalsProblemsDetections mobileScrollFrictions(List<AggregatedMobileScrollFriction> mobileScrollFrictions)
public SignalsProblemsDetections addMobileScrollFrictionsItem(AggregatedMobileScrollFriction mobileScrollFrictionsItem)
@Nullable public List<AggregatedMobileScrollFriction> getMobileScrollFrictions()
public void setMobileScrollFrictions(List<AggregatedMobileScrollFriction> mobileScrollFrictions)
public SignalsProblemsDetections slowFcpHighBytes(List<AggregatedSlowFCPHighBytes> slowFcpHighBytes)
public SignalsProblemsDetections addSlowFcpHighBytesItem(AggregatedSlowFCPHighBytes slowFcpHighBytesItem)
@Nullable public List<AggregatedSlowFCPHighBytes> getSlowFcpHighBytes()
public void setSlowFcpHighBytes(List<AggregatedSlowFCPHighBytes> slowFcpHighBytes)
public SignalsProblemsDetections slowInteractionLongTasks(List<AggregatedSlowInteractionLongTask> slowInteractionLongTasks)
public SignalsProblemsDetections addSlowInteractionLongTasksItem(AggregatedSlowInteractionLongTask slowInteractionLongTasksItem)
@Nullable public List<AggregatedSlowInteractionLongTask> getSlowInteractionLongTasks()
public void setSlowInteractionLongTasks(List<AggregatedSlowInteractionLongTask> slowInteractionLongTasks)
public SignalsProblemsDetections uncompressedResources(List<AggregatedUncompressedResource> uncompressedResources)
public SignalsProblemsDetections addUncompressedResourcesItem(AggregatedUncompressedResource uncompressedResourcesItem)
@Nullable public List<AggregatedUncompressedResource> getUncompressedResources()
public void setUncompressedResources(List<AggregatedUncompressedResource> uncompressedResources)
public SignalsProblemsDetections 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.