@ParametersAreNonnullByDefault public class RequestData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RequestData.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Optional<String> |
getParentSpanId()
Gets the Zipkin parent span Id for the request
|
Optional<String> |
getPath()
Gets the path of the URL.
|
Optional<String> |
getQueryString()
Gets the query string for the request
|
Optional<String> |
getSpanId()
Gets the Zipkin spanId from the request
|
Optional<Long> |
getStartNanoTime() |
Optional<String> |
getTraceId()
Gets the ID for this request
|
int |
hashCode() |
Copyright © 2002-2023 Atlassian. All Rights Reserved.