@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultDnsResolution extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ATTEMPTS |
static String |
JSON_PROPERTY_RESOLVED_IP |
static String |
JSON_PROPERTY_RESOLVED_PORT |
static String |
JSON_PROPERTY_SERVER |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultDnsResolution() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultDnsResolution |
addAttemptsItem(Map<String,String> attemptsItem) |
SyntheticsTestResultDnsResolution |
attempts(List<Map<String,String>> attempts) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultDnsResolution 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.
|
List<Map<String,String>> |
getAttempts()
DNS resolution attempts made during the test.
|
String |
getResolvedIp()
Resolved IP address for the target host.
|
String |
getResolvedPort()
Resolved port for the target service.
|
String |
getServer()
DNS server used for the resolution.
|
int |
hashCode() |
SyntheticsTestResultDnsResolution |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultDnsResolution |
resolvedIp(String resolvedIp) |
SyntheticsTestResultDnsResolution |
resolvedPort(String resolvedPort) |
SyntheticsTestResultDnsResolution |
server(String server) |
void |
setAttempts(List<Map<String,String>> attempts) |
void |
setResolvedIp(String resolvedIp) |
void |
setResolvedPort(String resolvedPort) |
void |
setServer(String server) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_ATTEMPTS
public static final String JSON_PROPERTY_RESOLVED_IP
public static final String JSON_PROPERTY_RESOLVED_PORT
public static final String JSON_PROPERTY_SERVER
public SyntheticsTestResultDnsResolution attempts(List<Map<String,String>> attempts)
public SyntheticsTestResultDnsResolution addAttemptsItem(Map<String,String> attemptsItem)
@Nullable public List<Map<String,String>> getAttempts()
public SyntheticsTestResultDnsResolution resolvedIp(String resolvedIp)
@Nullable public String getResolvedIp()
public void setResolvedIp(String resolvedIp)
public SyntheticsTestResultDnsResolution resolvedPort(String resolvedPort)
@Nullable public String getResolvedPort()
public void setResolvedPort(String resolvedPort)
public SyntheticsTestResultDnsResolution server(String server)
@Nullable public String getServer()
public void setServer(String server)
public SyntheticsTestResultDnsResolution 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.