@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultRouter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_IP |
static String |
JSON_PROPERTY_RESOLVED_HOST |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultRouter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultRouter 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 |
getIp()
IP address of the router.
|
String |
getResolvedHost()
Resolved hostname of the router.
|
int |
hashCode() |
SyntheticsTestResultRouter |
ip(String ip) |
SyntheticsTestResultRouter |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultRouter |
resolvedHost(String resolvedHost) |
void |
setIp(String ip) |
void |
setResolvedHost(String resolvedHost) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_IP
public static final String JSON_PROPERTY_RESOLVED_HOST
public SyntheticsTestResultRouter ip(String ip)
@Nullable public String getIp()
public void setIp(String ip)
public SyntheticsTestResultRouter resolvedHost(String resolvedHost)
@Nullable public String getResolvedHost()
public void setResolvedHost(String resolvedHost)
public SyntheticsTestResultRouter 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.