@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultCdnResource extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CDN |
static String |
JSON_PROPERTY_RESOLVED_IP |
static String |
JSON_PROPERTY_TIMESTAMP |
static String |
JSON_PROPERTY_TIMINGS |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultCdnResource() |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestResultCdnResource |
cdn(SyntheticsTestResultCdnProviderInfo cdn) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultCdnResource 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.
|
SyntheticsTestResultCdnProviderInfo |
getCdn()
CDN provider details inferred from response headers.
|
String |
getResolvedIp()
Resolved IP address for the CDN resource.
|
Long |
getTimestamp()
Unix timestamp (ms) of when the resource was fetched.
|
Map<String,Object> |
getTimings()
Timing breakdown for fetching the CDN resource.
|
int |
hashCode() |
SyntheticsTestResultCdnResource |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultCdnResource |
putTimingsItem(String key,
Object timingsItem) |
SyntheticsTestResultCdnResource |
resolvedIp(String resolvedIp) |
void |
setCdn(SyntheticsTestResultCdnProviderInfo cdn) |
void |
setResolvedIp(String resolvedIp) |
void |
setTimestamp(Long timestamp) |
void |
setTimings(Map<String,Object> timings) |
SyntheticsTestResultCdnResource |
timestamp(Long timestamp) |
SyntheticsTestResultCdnResource |
timings(Map<String,Object> timings) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_CDN
public static final String JSON_PROPERTY_RESOLVED_IP
public static final String JSON_PROPERTY_TIMESTAMP
public static final String JSON_PROPERTY_TIMINGS
public SyntheticsTestResultCdnResource cdn(SyntheticsTestResultCdnProviderInfo cdn)
@Nullable public SyntheticsTestResultCdnProviderInfo getCdn()
public void setCdn(SyntheticsTestResultCdnProviderInfo cdn)
public SyntheticsTestResultCdnResource resolvedIp(String resolvedIp)
@Nullable public String getResolvedIp()
public void setResolvedIp(String resolvedIp)
public SyntheticsTestResultCdnResource timestamp(Long timestamp)
@Nullable public Long getTimestamp()
public void setTimestamp(Long timestamp)
public SyntheticsTestResultCdnResource timings(Map<String,Object> timings)
public SyntheticsTestResultCdnResource putTimingsItem(String key, Object timingsItem)
@Nullable public Map<String,Object> getTimings()
public SyntheticsTestResultCdnResource 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.