All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SyntheticsTestResultResponseInfo |
addRecordsItem(SyntheticsTestResultDnsRecord recordsItem) |
SyntheticsTestResultResponseInfo |
addRedirectsItem(SyntheticsTestResultRedirect redirectsItem) |
SyntheticsTestResultResponseInfo |
body(String body) |
SyntheticsTestResultResponseInfo |
bodyCompressed(String bodyCompressed) |
SyntheticsTestResultResponseInfo |
bodyHashes(String bodyHashes) |
SyntheticsTestResultResponseInfo |
bodySize(Long bodySize) |
SyntheticsTestResultResponseInfo |
cacheHeaders(Map<String,String> cacheHeaders) |
SyntheticsTestResultResponseInfo |
cdn(SyntheticsTestResultCdnProviderInfo cdn) |
SyntheticsTestResultResponseInfo |
close(SyntheticsTestResultWebSocketClose close) |
SyntheticsTestResultResponseInfo |
compressedMessage(String compressedMessage) |
boolean |
equals(Object o)
Return true if this SyntheticsTestResultResponseInfo 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 |
getBody()
Body of the response.
|
String |
getBodyCompressed()
Compressed representation of the response body.
|
String |
getBodyHashes()
Hashes computed over the response body.
|
Long |
getBodySize()
Size of the response body in bytes.
|
Map<String,String> |
getCacheHeaders()
Cache-related response headers.
|
SyntheticsTestResultCdnProviderInfo |
getCdn()
CDN provider details inferred from response headers.
|
SyntheticsTestResultWebSocketClose |
getClose()
WebSocket close frame information for WebSocket test responses.
|
String |
getCompressedMessage()
Compressed representation of the response message.
|
Map<String,Object> |
getHeaders()
Response headers.
|
SyntheticsTestResultHealthCheck |
getHealthcheck()
Health check information returned from a gRPC health check call.
|
String |
getHttpVersion()
HTTP version of the response.
|
Boolean |
getIsBodyTruncated()
Whether the response body was truncated.
|
Boolean |
getIsMessageTruncated()
Whether the response message was truncated.
|
String |
getMessage()
Message received in the response (for WebSocket/TCP/UDP tests).
|
Map<String,String> |
getMetadata()
Additional metadata returned with the response.
|
List<SyntheticsTestResultDnsRecord> |
getRecords()
DNS records returned in the response (DNS tests only).
|
List<SyntheticsTestResultRedirect> |
getRedirects()
Redirect hops encountered while performing the request.
|
Long |
getStatusCode()
HTTP status code of the response.
|
int |
hashCode() |
SyntheticsTestResultResponseInfo |
headers(Map<String,Object> headers) |
SyntheticsTestResultResponseInfo |
healthcheck(SyntheticsTestResultHealthCheck healthcheck) |
SyntheticsTestResultResponseInfo |
httpVersion(String httpVersion) |
SyntheticsTestResultResponseInfo |
isBodyTruncated(Boolean isBodyTruncated) |
SyntheticsTestResultResponseInfo |
isMessageTruncated(Boolean isMessageTruncated) |
SyntheticsTestResultResponseInfo |
message(String message) |
SyntheticsTestResultResponseInfo |
metadata(Map<String,String> metadata) |
SyntheticsTestResultResponseInfo |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestResultResponseInfo |
putCacheHeadersItem(String key,
String cacheHeadersItem) |
SyntheticsTestResultResponseInfo |
putHeadersItem(String key,
Object headersItem) |
SyntheticsTestResultResponseInfo |
putMetadataItem(String key,
String metadataItem) |
SyntheticsTestResultResponseInfo |
records(List<SyntheticsTestResultDnsRecord> records) |
SyntheticsTestResultResponseInfo |
redirects(List<SyntheticsTestResultRedirect> redirects) |
void |
setBody(String body) |
void |
setBodyCompressed(String bodyCompressed) |
void |
setBodyHashes(String bodyHashes) |
void |
setBodySize(Long bodySize) |
void |
setCacheHeaders(Map<String,String> cacheHeaders) |
void |
setCdn(SyntheticsTestResultCdnProviderInfo cdn) |
void |
setClose(SyntheticsTestResultWebSocketClose close) |
void |
setCompressedMessage(String compressedMessage) |
void |
setHeaders(Map<String,Object> headers) |
void |
setHealthcheck(SyntheticsTestResultHealthCheck healthcheck) |
void |
setHttpVersion(String httpVersion) |
void |
setIsBodyTruncated(Boolean isBodyTruncated) |
void |
setIsMessageTruncated(Boolean isMessageTruncated) |
void |
setMessage(String message) |
void |
setMetadata(Map<String,String> metadata) |
void |
setRecords(List<SyntheticsTestResultDnsRecord> records) |
void |
setRedirects(List<SyntheticsTestResultRedirect> redirects) |
void |
setStatusCode(Long statusCode) |
SyntheticsTestResultResponseInfo |
statusCode(Long statusCode) |
String |
toString() |