Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SpanLog |
build() |
SpanLog.Builder |
copy(SpanLog model) |
SpanLog.Builder |
logKey(String logKey)
Key that specifies the log name.
|
SpanLog.Builder |
logValue(String logValue)
Value associated with the log key.
|
public SpanLog.Builder logKey(String logKey)
Key that specifies the log name.
logKey
- the value to setpublic SpanLog.Builder logValue(String logValue)
Value associated with the log key.
logValue
- the value to setpublic SpanLog build()
public SpanLog.Builder copy(SpanLog model)
Copyright © 2016–2024. All rights reserved.