All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SyntheticsAPITestResultData |
cert(SyntheticsSSLCertificate cert) |
boolean |
equals(Object o)
Return true if this SyntheticsAPITestResultData object is equal to o.
|
SyntheticsAPITestResultData |
eventType(SyntheticsTestProcessStatus eventType) |
SyntheticsAPITestResultData |
failure(SyntheticsApiTestResultFailure failure) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
SyntheticsSSLCertificate |
getCert()
Object describing the SSL certificate used for a Synthetic test.
|
SyntheticsTestProcessStatus |
getEventType()
Status of a Synthetic test.
|
SyntheticsApiTestResultFailure |
getFailure()
The API test failure details.
|
Long |
getHttpStatusCode()
The API test HTTP status code.
|
Map<String,Object> |
getRequestHeaders()
Request header object used for the API test.
|
String |
getResponseBody()
Response body returned for the API test.
|
Map<String,Object> |
getResponseHeaders()
Response headers returned for the API test.
|
Long |
getResponseSize()
Global size in byte of the API test response.
|
SyntheticsTiming |
getTimings()
Object containing all metrics and their values collected for a Synthetic API test.
|
int |
hashCode() |
SyntheticsAPITestResultData |
httpStatusCode(Long httpStatusCode) |
SyntheticsAPITestResultData |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsAPITestResultData |
putRequestHeadersItem(String key,
Object requestHeadersItem) |
SyntheticsAPITestResultData |
putResponseHeadersItem(String key,
Object responseHeadersItem) |
SyntheticsAPITestResultData |
requestHeaders(Map<String,Object> requestHeaders) |
SyntheticsAPITestResultData |
responseBody(String responseBody) |
SyntheticsAPITestResultData |
responseHeaders(Map<String,Object> responseHeaders) |
SyntheticsAPITestResultData |
responseSize(Long responseSize) |
void |
setCert(SyntheticsSSLCertificate cert) |
void |
setEventType(SyntheticsTestProcessStatus eventType) |
void |
setFailure(SyntheticsApiTestResultFailure failure) |
void |
setHttpStatusCode(Long httpStatusCode) |
void |
setRequestHeaders(Map<String,Object> requestHeaders) |
void |
setResponseBody(String responseBody) |
void |
setResponseHeaders(Map<String,Object> responseHeaders) |
void |
setResponseSize(Long responseSize) |
void |
setTimings(SyntheticsTiming timings) |
SyntheticsAPITestResultData |
timings(SyntheticsTiming timings) |
String |
toString() |