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.clearSpan() |
Clears the value of the 'span' 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 other) |
Creates a new SpanLogs RecordBuilder by copying an existing SpanLogs instance.
|
static SpanLogs.Builder |
SpanLogs.newBuilder(SpanLogs.Builder other) |
Creates a new SpanLogs RecordBuilder by copying an existing Builder.
|
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.setSpan(String value) |
Sets the value of the 'span' 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.
|