@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultNetworkLatency 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 |
|---|
SyntheticsTestResultNetworkLatency() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultNetworkLatency |
avg(Double avg) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultNetworkLatency 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 |
getAvg()
Average latency in milliseconds.
|
Double |
getMax()
Maximum latency in milliseconds.
|
Double |
getMin()
Minimum latency in milliseconds.
|
int |
hashCode() |
SyntheticsTestResultNetworkLatency |
max(Double max) |
SyntheticsTestResultNetworkLatency |
min(Double min) |
SyntheticsTestResultNetworkLatency |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setAvg(Double avg) |
void |
setMax(Double max) |
void |
setMin(Double 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 SyntheticsTestResultNetworkLatency avg(Double avg)
@Nullable public Double getAvg()
public void setAvg(Double avg)
public SyntheticsTestResultNetworkLatency max(Double max)
@Nullable public Double getMax()
public void setMax(Double max)
public SyntheticsTestResultNetworkLatency min(Double min)
@Nullable public Double getMin()
public void setMin(Double min)
public SyntheticsTestResultNetworkLatency 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.