@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultNetpathDestination extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_HOSTNAME |
static String |
JSON_PROPERTY_IP_ADDRESS |
static String |
JSON_PROPERTY_PORT |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultNetpathDestination() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultNetpathDestination 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()
Hostname of the destination.
|
String |
getIpAddress()
IP address of the destination.
|
Long |
getPort()
Port of the destination service.
|
int |
hashCode() |
SyntheticsTestResultNetpathDestination |
hostname(String hostname) |
SyntheticsTestResultNetpathDestination |
ipAddress(String ipAddress) |
SyntheticsTestResultNetpathDestination |
port(Long port) |
SyntheticsTestResultNetpathDestination |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setHostname(String hostname) |
void |
setIpAddress(String ipAddress) |
void |
setPort(Long port) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_HOSTNAME
public static final String JSON_PROPERTY_IP_ADDRESS
public static final String JSON_PROPERTY_PORT
public SyntheticsTestResultNetpathDestination()
public SyntheticsTestResultNetpathDestination hostname(String hostname)
@Nullable public String getHostname()
public void setHostname(String hostname)
public SyntheticsTestResultNetpathDestination ipAddress(String ipAddress)
@Nullable public String getIpAddress()
public void setIpAddress(String ipAddress)
public SyntheticsTestResultNetpathDestination port(Long port)
@Nullable public Long getPort()
public void setPort(Long port)
public SyntheticsTestResultNetpathDestination 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.