@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultNetpathHop extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOSTNAME |
static String |
JSON_PROPERTY_IP_ADDRESS |
static String |
JSON_PROPERTY_REACHABLE |
static String |
JSON_PROPERTY_RTT |
static String |
JSON_PROPERTY_TTL |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultNetpathHop() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultNetpathHop 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.
|
String |
getHostname()
Resolved hostname of the hop.
|
String |
getIpAddress()
IP address of the hop.
|
Boolean |
getReachable()
Whether this hop was reachable.
|
Double |
getRtt()
Round-trip time to this hop in milliseconds.
|
Long |
getTtl()
Time-to-live value of the probe packet at this hop.
|
int |
hashCode() |
SyntheticsTestResultNetpathHop |
hostname(String hostname) |
SyntheticsTestResultNetpathHop |
ipAddress(String ipAddress) |
SyntheticsTestResultNetpathHop |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultNetpathHop |
reachable(Boolean reachable) |
SyntheticsTestResultNetpathHop |
rtt(Double rtt) |
void |
setHostname(String hostname) |
void |
setIpAddress(String ipAddress) |
void |
setReachable(Boolean reachable) |
void |
setRtt(Double rtt) |
void |
setTtl(Long ttl) |
String |
toString() |
SyntheticsTestResultNetpathHop |
ttl(Long ttl) |
public boolean unparsed
public static final String JSON_PROPERTY_HOSTNAME
public static final String JSON_PROPERTY_IP_ADDRESS
public static final String JSON_PROPERTY_REACHABLE
public static final String JSON_PROPERTY_RTT
public static final String JSON_PROPERTY_TTL
public SyntheticsTestResultNetpathHop hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public SyntheticsTestResultNetpathHop ipAddress(String ipAddress)
@Nullable public String getIpAddress()
public void setIpAddress(String ipAddress)
public SyntheticsTestResultNetpathHop reachable(Boolean reachable)
@Nullable public Boolean getReachable()
public void setReachable(Boolean reachable)
public SyntheticsTestResultNetpathHop rtt(Double rtt)
@Nullable public Double getRtt()
public void setRtt(Double rtt)
public SyntheticsTestResultNetpathHop ttl(Long ttl)
@Nullable public Long getTtl()
public void setTtl(Long ttl)
public SyntheticsTestResultNetpathHop 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.