@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class SyntheticsTestResultHandshake extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_REQUEST |
static String |
JSON_PROPERTY_RESPONSE |
boolean |
unparsed |
| Constructor and Description |
|---|
SyntheticsTestResultHandshake() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this SyntheticsTestResultHandshake 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.
|
SyntheticsTestResultRequestInfo |
getRequest()
Details of the outgoing request made during the test execution.
|
SyntheticsTestResultResponseInfo |
getResponse()
Details of the response received during the test execution.
|
int |
hashCode() |
SyntheticsTestResultHandshake |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultHandshake |
request(SyntheticsTestResultRequestInfo request) |
SyntheticsTestResultHandshake |
response(SyntheticsTestResultResponseInfo response) |
void |
setRequest(SyntheticsTestResultRequestInfo request) |
void |
setResponse(SyntheticsTestResultResponseInfo response) |
String |
toString() |
public boolean unparsed
public static final String JSON_PROPERTY_REQUEST
public static final String JSON_PROPERTY_RESPONSE
public SyntheticsTestResultHandshake request(SyntheticsTestResultRequestInfo request)
@Nullable public SyntheticsTestResultRequestInfo getRequest()
public void setRequest(SyntheticsTestResultRequestInfo request)
public SyntheticsTestResultHandshake response(SyntheticsTestResultResponseInfo response)
@Nullable public SyntheticsTestResultResponseInfo getResponse()
public void setResponse(SyntheticsTestResultResponseInfo response)
public SyntheticsTestResultHandshake 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.