| Modifier and Type | Method and Description |
|---|---|
Trace |
build() |
Trace.Builder |
clearCustomer()
Clears the value of the 'customer' field.
|
Trace.Builder |
clearSpans()
Clears the value of the 'spans' field.
|
Trace.Builder |
clearTraceId()
Clears the value of the 'traceId' field.
|
String |
getCustomer()
Gets the value of the 'customer' field.
|
List<Span> |
getSpans()
Gets the value of the 'spans' field.
|
String |
getTraceId()
Gets the value of the 'traceId' field.
|
boolean |
hasCustomer()
Checks whether the 'customer' field has been set.
|
boolean |
hasSpans()
Checks whether the 'spans' field has been set.
|
boolean |
hasTraceId()
Checks whether the 'traceId' field has been set.
|
Trace.Builder |
setCustomer(String value)
Sets the value of the 'customer' field.
|
Trace.Builder |
setSpans(List<Span> value)
Sets the value of the 'spans' field.
|
Trace.Builder |
setTraceId(String value)
Sets the value of the 'traceId' field.
|
public String getTraceId()
public Trace.Builder setTraceId(String value)
value - The value of 'traceId'.public boolean hasTraceId()
public Trace.Builder clearTraceId()
public String getCustomer()
public Trace.Builder setCustomer(String value)
value - The value of 'customer'.public boolean hasCustomer()
public Trace.Builder clearCustomer()
public Trace.Builder setSpans(List<Span> value)
value - The value of 'spans'.public boolean hasSpans()
public Trace.Builder clearSpans()
Copyright © 2019. All rights reserved.