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