@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class AggregatedWaterfallPerformanceCriteria extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_METRIC |
static String |
JSON_PROPERTY_MIN |
boolean |
unparsed |
| Constructor and Description |
|---|
AggregatedWaterfallPerformanceCriteria() |
AggregatedWaterfallPerformanceCriteria(AggregatedWaterfallPerformanceCriteriaMetric metric) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this AggregatedWaterfallPerformanceCriteria object is equal to o.
|
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
Double |
getMax()
Maximum threshold in seconds (inclusive).
|
AggregatedWaterfallPerformanceCriteriaMetric |
getMetric()
Performance metric used to filter view instances by threshold.
|
Double |
getMin()
Minimum threshold in seconds (inclusive).
|
int |
hashCode() |
AggregatedWaterfallPerformanceCriteria |
max(Double max) |
AggregatedWaterfallPerformanceCriteria |
metric(AggregatedWaterfallPerformanceCriteriaMetric metric) |
AggregatedWaterfallPerformanceCriteria |
min(Double min) |
AggregatedWaterfallPerformanceCriteria |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setMax(Double max) |
void |
setMetric(AggregatedWaterfallPerformanceCriteriaMetric metric) |
void |
setMin(Double min) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_METRIC
public static final String JSON_PROPERTY_MIN
public AggregatedWaterfallPerformanceCriteria()
public AggregatedWaterfallPerformanceCriteria(AggregatedWaterfallPerformanceCriteriaMetric metric)
public AggregatedWaterfallPerformanceCriteria max(Double max)
@Nullable public Double getMax()
public void setMax(Double max)
public AggregatedWaterfallPerformanceCriteria metric(AggregatedWaterfallPerformanceCriteriaMetric metric)
public AggregatedWaterfallPerformanceCriteriaMetric getMetric()
public void setMetric(AggregatedWaterfallPerformanceCriteriaMetric metric)
public AggregatedWaterfallPerformanceCriteria min(Double min)
@Nullable public Double getMin()
public void setMin(Double min)
public AggregatedWaterfallPerformanceCriteria 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.