| Modifier and Type | Method and Description |
|---|---|
SpanLogs |
build() |
SpanLogs.Builder |
clearCustomer()
Clears the value of the 'customer' field.
|
SpanLogs.Builder |
clearLogs()
Clears the value of the 'logs' field.
|
SpanLogs.Builder |
clearSpanId()
Clears the value of the 'spanId' field.
|
SpanLogs.Builder |
clearSpanSecondaryId()
Clears the value of the 'spanSecondaryId' field.
|
SpanLogs.Builder |
clearTraceId()
Clears the value of the 'traceId' field.
|
String |
getCustomer()
Gets the value of the 'customer' field.
|
List<SpanLog> |
getLogs()
Gets the value of the 'logs' field.
|
String |
getSpanId()
Gets the value of the 'spanId' field.
|
String |
getSpanSecondaryId()
Gets the value of the 'spanSecondaryId' field.
|
String |
getTraceId()
Gets the value of the 'traceId' field.
|
boolean |
hasCustomer()
Checks whether the 'customer' field has been set.
|
boolean |
hasLogs()
Checks whether the 'logs' field has been set.
|
boolean |
hasSpanId()
Checks whether the 'spanId' field has been set.
|
boolean |
hasSpanSecondaryId()
Checks whether the 'spanSecondaryId' field has been set.
|
boolean |
hasTraceId()
Checks whether the 'traceId' field has been set.
|
SpanLogs.Builder |
setCustomer(String value)
Sets the value of the 'customer' field.
|
SpanLogs.Builder |
setLogs(List<SpanLog> value)
Sets the value of the 'logs' field.
|
SpanLogs.Builder |
setSpanId(String value)
Sets the value of the 'spanId' field.
|
SpanLogs.Builder |
setSpanSecondaryId(String value)
Sets the value of the 'spanSecondaryId' field.
|
SpanLogs.Builder |
setTraceId(String value)
Sets the value of the 'traceId' field.
|
public String getCustomer()
public SpanLogs.Builder setCustomer(String value)
value - The value of 'customer'.public boolean hasCustomer()
public SpanLogs.Builder clearCustomer()
public String getTraceId()
public SpanLogs.Builder setTraceId(String value)
value - The value of 'traceId'.public boolean hasTraceId()
public SpanLogs.Builder clearTraceId()
public String getSpanId()
public SpanLogs.Builder setSpanId(String value)
value - The value of 'spanId'.public boolean hasSpanId()
public SpanLogs.Builder clearSpanId()
public String getSpanSecondaryId()
public SpanLogs.Builder setSpanSecondaryId(String value)
value - The value of 'spanSecondaryId'.public boolean hasSpanSecondaryId()
public SpanLogs.Builder clearSpanSecondaryId()
public SpanLogs.Builder setLogs(List<SpanLog> value)
value - The value of 'logs'.public boolean hasLogs()
public SpanLogs.Builder clearLogs()
Copyright © 2019. All rights reserved.