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 other) |
Creates a new Trace RecordBuilder by copying an existing Trace instance.
|
static Trace.Builder |
Trace.newBuilder(Trace.Builder other) |
Creates a new Trace RecordBuilder by copying an existing Builder.
|
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.
|