| Modifier and Type | Method and Description |
|---|---|
Span |
build() |
Span.Builder |
clearAnnotations()
Clears the value of the 'annotations' field.
|
Span.Builder |
clearCustomer()
Clears the value of the 'customer' field.
|
Span.Builder |
clearDuration()
Clears the value of the 'duration' field.
|
Span.Builder |
clearName()
Clears the value of the 'name' field.
|
Span.Builder |
clearSource()
Clears the value of the 'source' field.
|
Span.Builder |
clearSpanId()
Clears the value of the 'spanId' field.
|
Span.Builder |
clearStartMillis()
Clears the value of the 'startMillis' field.
|
Span.Builder |
clearTraceId()
Clears the value of the 'traceId' field.
|
List<Annotation> |
getAnnotations()
Gets the value of the 'annotations' field.
|
String |
getCustomer()
Gets the value of the 'customer' field.
|
Long |
getDuration()
Gets the value of the 'duration' field.
|
String |
getName()
Gets the value of the 'name' field.
|
String |
getSource()
Gets the value of the 'source' field.
|
String |
getSpanId()
Gets the value of the 'spanId' field.
|
Long |
getStartMillis()
Gets the value of the 'startMillis' field.
|
String |
getTraceId()
Gets the value of the 'traceId' field.
|
boolean |
hasAnnotations()
Checks whether the 'annotations' field has been set.
|
boolean |
hasCustomer()
Checks whether the 'customer' field has been set.
|
boolean |
hasDuration()
Checks whether the 'duration' field has been set.
|
boolean |
hasName()
Checks whether the 'name' field has been set.
|
boolean |
hasSource()
Checks whether the 'source' field has been set.
|
boolean |
hasSpanId()
Checks whether the 'spanId' field has been set.
|
boolean |
hasStartMillis()
Checks whether the 'startMillis' field has been set.
|
boolean |
hasTraceId()
Checks whether the 'traceId' field has been set.
|
Span.Builder |
setAnnotations(List<Annotation> value)
Sets the value of the 'annotations' field.
|
Span.Builder |
setCustomer(String value)
Sets the value of the 'customer' field.
|
Span.Builder |
setDuration(long value)
Sets the value of the 'duration' field.
|
Span.Builder |
setName(String value)
Sets the value of the 'name' field.
|
Span.Builder |
setSource(String value)
Sets the value of the 'source' field.
|
Span.Builder |
setSpanId(String value)
Sets the value of the 'spanId' field.
|
Span.Builder |
setStartMillis(long value)
Sets the value of the 'startMillis' field.
|
Span.Builder |
setTraceId(String value)
Sets the value of the 'traceId' field.
|
public String getName()
public Span.Builder setName(String value)
value - The value of 'name'.public boolean hasName()
public Span.Builder clearName()
public String getSpanId()
public Span.Builder setSpanId(String value)
value - The value of 'spanId'.public boolean hasSpanId()
public Span.Builder clearSpanId()
public String getTraceId()
public Span.Builder setTraceId(String value)
value - The value of 'traceId'.public boolean hasTraceId()
public Span.Builder clearTraceId()
public Long getStartMillis()
public Span.Builder setStartMillis(long value)
value - The value of 'startMillis'.public boolean hasStartMillis()
public Span.Builder clearStartMillis()
public Long getDuration()
public Span.Builder setDuration(long value)
value - The value of 'duration'.public boolean hasDuration()
public Span.Builder clearDuration()
public String getSource()
public Span.Builder setSource(String value)
value - The value of 'source'.public boolean hasSource()
public Span.Builder clearSource()
public String getCustomer()
public Span.Builder setCustomer(String value)
value - The value of 'customer'.public boolean hasCustomer()
public Span.Builder clearCustomer()
public List<Annotation> getAnnotations()
public Span.Builder setAnnotations(List<Annotation> value)
value - The value of 'annotations'.public boolean hasAnnotations()
public Span.Builder clearAnnotations()
Copyright © 2018. All rights reserved.