| Package | Description |
|---|---|
| wavefront.report |
| Modifier and Type | Method and Description |
|---|---|
SpanLogs.Builder |
SpanLogs.Builder.clearCustomer()
Clears the value of the 'customer' field.
|
SpanLogs.Builder |
SpanLogs.Builder.clearLogs()
Clears the value of the 'logs' field.
|
SpanLogs.Builder |
SpanLogs.Builder.clearSpanId()
Clears the value of the 'spanId' field.
|
SpanLogs.Builder |
SpanLogs.Builder.clearSpanSecondaryId()
Clears the value of the 'spanSecondaryId' field.
|
SpanLogs.Builder |
SpanLogs.Builder.clearTraceId()
Clears the value of the 'traceId' field.
|
static SpanLogs.Builder |
SpanLogs.newBuilder()
Creates a new SpanLogs RecordBuilder.
|
static SpanLogs.Builder |
SpanLogs.newBuilder(SpanLogs.Builder other)
Creates a new SpanLogs RecordBuilder by copying an existing Builder.
|
static SpanLogs.Builder |
SpanLogs.newBuilder(SpanLogs other)
Creates a new SpanLogs RecordBuilder by copying an existing SpanLogs instance.
|
SpanLogs.Builder |
SpanLogs.Builder.setCustomer(String value)
Sets the value of the 'customer' field.
|
SpanLogs.Builder |
SpanLogs.Builder.setLogs(List<SpanLog> value)
Sets the value of the 'logs' field.
|
SpanLogs.Builder |
SpanLogs.Builder.setSpanId(String value)
Sets the value of the 'spanId' field.
|
SpanLogs.Builder |
SpanLogs.Builder.setSpanSecondaryId(String value)
Sets the value of the 'spanSecondaryId' field.
|
SpanLogs.Builder |
SpanLogs.Builder.setTraceId(String value)
Sets the value of the 'traceId' field.
|
| Modifier and Type | Method and Description |
|---|---|
static SpanLogs.Builder |
SpanLogs.newBuilder(SpanLogs.Builder other)
Creates a new SpanLogs RecordBuilder by copying an existing Builder.
|
Copyright © 2019. All rights reserved.