GoodMem
ReferenceClient SDKsJava SDKModels

PingResult Model

PingResult Model documentation for Java SDK

PingResult

Result from an individual ping probe

Properties

NameTypeDescriptionNotes
endpointPingEndpointInfo
seqIntegerSequential probe number (1-based)
bytesSentIntegerPayload bytes transmitted
bytesReceivedIntegerPayload bytes received
okBooleanTrue when the provider responded successfully within the timeout
httpStatusIntegerProvider HTTP status code or equivalent transport status
errorMessageStringHuman-readable error message when ok=false[optional]
rttMsDoubleObserved round-trip latency in milliseconds
timingPingTiming
metadataMap<String, String>Additional provider metadata (request IDs, throttling signals, etc.)[optional]