@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultTracerouteHop extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOST |
static String |
JSON_PROPERTY_LATENCY |
static String |
JSON_PROPERTY_PACKET_LOSS_PERCENTAGE |
static String |
JSON_PROPERTY_PACKET_SIZE |
static String |
JSON_PROPERTY_PACKETS_RECEIVED |
static String |
JSON_PROPERTY_PACKETS_SENT |
static String |
JSON_PROPERTY_RESOLVED_IP |
static String |
JSON_PROPERTY_ROUTERS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultTracerouteHop() |
public boolean unparsed
public static final String JSON_PROPERTY_HOST
public static final String JSON_PROPERTY_LATENCY
public static final String JSON_PROPERTY_PACKET_LOSS_PERCENTAGE
public static final String JSON_PROPERTY_PACKET_SIZE
public static final String JSON_PROPERTY_PACKETS_RECEIVED
public static final String JSON_PROPERTY_PACKETS_SENT
public static final String JSON_PROPERTY_RESOLVED_IP
public static final String JSON_PROPERTY_ROUTERS
public SyntheticsTestResultTracerouteHop host(String host)
@Nullable public String getHost()
public void setHost(String host)
public SyntheticsTestResultTracerouteHop latency(SyntheticsTestResultNetworkLatency latency)
@Nullable public SyntheticsTestResultNetworkLatency getLatency()
public void setLatency(SyntheticsTestResultNetworkLatency latency)
public SyntheticsTestResultTracerouteHop packetLossPercentage(Double packetLossPercentage)
@Nullable public Double getPacketLossPercentage()
public void setPacketLossPercentage(Double packetLossPercentage)
public SyntheticsTestResultTracerouteHop packetSize(Long packetSize)
@Nullable public Long getPacketSize()
public void setPacketSize(Long packetSize)
public SyntheticsTestResultTracerouteHop packetsReceived(Long packetsReceived)
@Nullable public Long getPacketsReceived()
public void setPacketsReceived(Long packetsReceived)
public SyntheticsTestResultTracerouteHop packetsSent(Long packetsSent)
@Nullable public Long getPacketsSent()
public void setPacketsSent(Long packetsSent)
public SyntheticsTestResultTracerouteHop resolvedIp(String resolvedIp)
@Nullable public String getResolvedIp()
public void setResolvedIp(String resolvedIp)
public SyntheticsTestResultTracerouteHop routers(List<SyntheticsTestResultRouter> routers)
public SyntheticsTestResultTracerouteHop addRoutersItem(SyntheticsTestResultRouter routersItem)
@Nullable public List<SyntheticsTestResultRouter> getRouters()
public void setRouters(List<SyntheticsTestResultRouter> routers)
public SyntheticsTestResultTracerouteHop 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.