| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
Trace.Builder |
Trace.Builder.clearCustomer()
Clears the value of the 'customer' field.
|
Trace.Builder |
Trace.Builder.clearSpans()
Clears the value of the 'spans' field.
|
Trace.Builder |
Trace.Builder.clearTraceId()
Clears the value of the 'traceId' field.
|
static Trace.Builder |
Trace.newBuilder()
Creates a new Trace RecordBuilder.
|
static Trace.Builder |
Trace.newBuilder(Trace.Builder other)
Creates a new Trace RecordBuilder by copying an existing Builder.
|
static Trace.Builder |
Trace.newBuilder(Trace other)
Creates a new Trace RecordBuilder by copying an existing Trace instance.
|
Trace.Builder |
Trace.Builder.setCustomer(String value)
Sets the value of the 'customer' field.
|
Trace.Builder |
Trace.Builder.setSpans(List<Span> value)
Sets the value of the 'spans' field.
|
Trace.Builder |
Trace.Builder.setTraceId(String value)
Sets the value of the 'traceId' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Trace.Builder |
Trace.newBuilder(Trace.Builder other)
Creates a new Trace RecordBuilder by copying an existing Builder.
|
Copyright © 2020. All rights reserved.