All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SyntheticsFastTestResultDetail |
addAssertionsItem(SyntheticsTestResultAssertionResult assertionsItem) |
SyntheticsFastTestResultDetail |
addStepsItem(SyntheticsTestResultStep stepsItem) |
SyntheticsFastTestResultDetail |
addTracerouteItem(SyntheticsTestResultTracerouteHop tracerouteItem) |
SyntheticsFastTestResultDetail |
assertions(List<SyntheticsTestResultAssertionResult> assertions) |
SyntheticsFastTestResultDetail |
callType(String callType) |
SyntheticsFastTestResultDetail |
cert(SyntheticsTestResultCertificate cert) |
SyntheticsFastTestResultDetail |
duration(Double duration) |
boolean |
equals(Object o)
Return true if this SyntheticsFastTestResultDetail object is equal to o.
|
SyntheticsFastTestResultDetail |
failure(SyntheticsTestResultFailure failure) |
SyntheticsFastTestResultDetail |
finishedAt(Long finishedAt) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<SyntheticsTestResultAssertionResult> |
getAssertions()
Results of each assertion evaluated during the test.
|
String |
getCallType()
gRPC call type (for example, unary, healthCheck, or reflection
).
|
SyntheticsTestResultCertificate |
getCert()
SSL/TLS certificate information returned from an SSL test.
|
Double |
getDuration()
Total duration of the test in milliseconds.
|
SyntheticsTestResultFailure |
getFailure()
Details about the failure of a Synthetic test.
|
Long |
getFinishedAt()
Unix timestamp (ms) of when the test finished.
|
String |
getId()
The result ID.
|
Boolean |
getIsFastRetry()
Whether this result is from an automatic fast retry.
|
SyntheticsTestResultRequestInfo |
getRequest()
Details of the outgoing request made during the test execution.
|
String |
getResolvedIp()
IP address resolved for the target host.
|
SyntheticsTestResultResponseInfo |
getResponse()
Details of the response received during the test execution.
|
SyntheticsTestResultRunType |
getRunType()
The type of run for a Synthetic test result.
|
Long |
getStartedAt()
Unix timestamp (ms) of when the test started.
|
String |
getStatus()
Status of the test result (passed or failed).
|
List<SyntheticsTestResultStep> |
getSteps()
Step results for multistep API tests.
|
Map<String,Object> |
getTimings()
Timing breakdown of the test request phases (for example, DNS, TCP, TLS, first byte).
|
List<SyntheticsTestResultTracerouteHop> |
getTraceroute()
Traceroute hop results, present for ICMP and TCP tests.
|
Long |
getTriggeredAt()
Unix timestamp (ms) of when the test was triggered.
|
Boolean |
getTunnel()
Whether the test was run through a Synthetics tunnel.
|
int |
hashCode() |
SyntheticsFastTestResultDetail |
id(String id) |
SyntheticsFastTestResultDetail |
isFastRetry(Boolean isFastRetry) |
SyntheticsFastTestResultDetail |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsFastTestResultDetail |
putTimingsItem(String key,
Object timingsItem) |
SyntheticsFastTestResultDetail |
request(SyntheticsTestResultRequestInfo request) |
SyntheticsFastTestResultDetail |
resolvedIp(String resolvedIp) |
SyntheticsFastTestResultDetail |
response(SyntheticsTestResultResponseInfo response) |
SyntheticsFastTestResultDetail |
runType(SyntheticsTestResultRunType runType) |
void |
setAssertions(List<SyntheticsTestResultAssertionResult> assertions) |
void |
setCallType(String callType) |
void |
setCert(SyntheticsTestResultCertificate cert) |
void |
setDuration(Double duration) |
void |
setFailure(SyntheticsTestResultFailure failure) |
void |
setFinishedAt(Long finishedAt) |
void |
setId(String id) |
void |
setIsFastRetry(Boolean isFastRetry) |
void |
setRequest(SyntheticsTestResultRequestInfo request) |
void |
setResolvedIp(String resolvedIp) |
void |
setResponse(SyntheticsTestResultResponseInfo response) |
void |
setRunType(SyntheticsTestResultRunType runType) |
void |
setStartedAt(Long startedAt) |
void |
setStatus(String status) |
void |
setSteps(List<SyntheticsTestResultStep> steps) |
void |
setTimings(Map<String,Object> timings) |
void |
setTraceroute(List<SyntheticsTestResultTracerouteHop> traceroute) |
void |
setTriggeredAt(Long triggeredAt) |
void |
setTunnel(Boolean tunnel) |
SyntheticsFastTestResultDetail |
startedAt(Long startedAt) |
SyntheticsFastTestResultDetail |
status(String status) |
SyntheticsFastTestResultDetail |
steps(List<SyntheticsTestResultStep> steps) |
SyntheticsFastTestResultDetail |
timings(Map<String,Object> timings) |
String |
toString() |
SyntheticsFastTestResultDetail |
traceroute(List<SyntheticsTestResultTracerouteHop> traceroute) |
SyntheticsFastTestResultDetail |
triggeredAt(Long triggeredAt) |
SyntheticsFastTestResultDetail |
tunnel(Boolean tunnel) |