@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedWaterfallResponseAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_APPLICATION_ID |
static String |
JSON_PROPERTY_CRITERIA |
static String |
JSON_PROPERTY_FROM |
static String |
JSON_PROPERTY_RESOURCES |
static String |
JSON_PROPERTY_SAMPLED_VIEW_IDS |
static String |
JSON_PROPERTY_TO |
static String |
JSON_PROPERTY_TOTAL_CACHE_HIT_RATE_PCT |
static String |
JSON_PROPERTY_VIEW_COUNT |
static String |
JSON_PROPERTY_VIEW_NAME |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedWaterfallResponseAttributes() |
AggregatedWaterfallResponseAttributes(String applicationId,
Long from,
List<AggregatedResource> resources,
List<String> sampledViewIds,
Long to,
Double totalCacheHitRatePct,
Integer viewCount,
String viewName) |
public boolean unparsed
public static final String JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_CRITERIA
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_RESOURCES
public static final String JSON_PROPERTY_SAMPLED_VIEW_IDS
public static final String JSON_PROPERTY_TO
public static final String JSON_PROPERTY_TOTAL_CACHE_HIT_RATE_PCT
public static final String JSON_PROPERTY_VIEW_COUNT
public static final String JSON_PROPERTY_VIEW_NAME
public AggregatedWaterfallResponseAttributes()
public AggregatedWaterfallResponseAttributes applicationId(String applicationId)
public String getApplicationId()
public void setApplicationId(String applicationId)
public AggregatedWaterfallResponseAttributes criteria(AggregatedWaterfallPerformanceCriteria criteria)
@Nullable public AggregatedWaterfallPerformanceCriteria getCriteria()
public void setCriteria(AggregatedWaterfallPerformanceCriteria criteria)
public AggregatedWaterfallResponseAttributes from(Long from)
public Long getFrom()
public void setFrom(Long from)
public AggregatedWaterfallResponseAttributes resources(List<AggregatedResource> resources)
public AggregatedWaterfallResponseAttributes addResourcesItem(AggregatedResource resourcesItem)
public List<AggregatedResource> getResources()
public void setResources(List<AggregatedResource> resources)
public AggregatedWaterfallResponseAttributes sampledViewIds(List<String> sampledViewIds)
public AggregatedWaterfallResponseAttributes addSampledViewIdsItem(String sampledViewIdsItem)
public List<String> getSampledViewIds()
public AggregatedWaterfallResponseAttributes to(Long to)
public Long getTo()
public void setTo(Long to)
public AggregatedWaterfallResponseAttributes totalCacheHitRatePct(Double totalCacheHitRatePct)
public Double getTotalCacheHitRatePct()
public void setTotalCacheHitRatePct(Double totalCacheHitRatePct)
public AggregatedWaterfallResponseAttributes viewCount(Integer viewCount)
public Integer getViewCount()
public void setViewCount(Integer viewCount)
public AggregatedWaterfallResponseAttributes viewName(String viewName)
public String getViewName()
public void setViewName(String viewName)
public AggregatedWaterfallResponseAttributes 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.