@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class ProductAnalyticsElapsedTime extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_AVG |
static String |
JSON_PROPERTY_MAX |
static String |
JSON_PROPERTY_MIN |
boolean |
unparsed |
| Constructor and Description |
|---|
ProductAnalyticsElapsedTime() |
ProductAnalyticsElapsedTime(Long avg,
Long max,
Long min) |
| Modifier and Type | Method and Description |
|---|---|
ProductAnalyticsElapsedTime |
avg(Long avg) |
boolean |
equals(Object o)
Return true if this ProductAnalyticsElapsedTime 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.
|
Long |
getAvg()
Average elapsed time to reach the next step, in milliseconds.
|
Long |
getMax()
Maximum elapsed time to reach the next step, in milliseconds.
|
Long |
getMin()
Minimum elapsed time to reach the next step, in milliseconds.
|
int |
hashCode() |
ProductAnalyticsElapsedTime |
max(Long max) |
ProductAnalyticsElapsedTime |
min(Long min) |
ProductAnalyticsElapsedTime |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAvg(Long avg) |
void |
setMax(Long max) |
void |
setMin(Long min) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_AVG
public static final String JSON_PROPERTY_MAX
public static final String JSON_PROPERTY_MIN
public ProductAnalyticsElapsedTime avg(Long avg)
public Long getAvg()
public void setAvg(Long avg)
public ProductAnalyticsElapsedTime max(Long max)
public Long getMax()
public void setMax(Long max)
public ProductAnalyticsElapsedTime min(Long min)
public Long getMin()
public void setMin(Long min)
public ProductAnalyticsElapsedTime 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.