| Modifier and Type | Method and Description |
|---|---|
SpanLog |
build() |
SpanLog.Builder |
clearFields()
Clears the value of the 'fields' field.
|
SpanLog.Builder |
clearTimestamp()
Clears the value of the 'timestamp' field.
|
Map<String,String> |
getFields()
Gets the value of the 'fields' field.
|
Long |
getTimestamp()
Gets the value of the 'timestamp' field.
|
boolean |
hasFields()
Checks whether the 'fields' field has been set.
|
boolean |
hasTimestamp()
Checks whether the 'timestamp' field has been set.
|
SpanLog.Builder |
setFields(Map<String,String> value)
Sets the value of the 'fields' field.
|
SpanLog.Builder |
setTimestamp(long value)
Sets the value of the 'timestamp' field.
|
public Long getTimestamp()
public SpanLog.Builder setTimestamp(long value)
value - The value of 'timestamp'.public boolean hasTimestamp()
public SpanLog.Builder clearTimestamp()
public Map<String,String> getFields()
public SpanLog.Builder setFields(Map<String,String> value)
value - The value of 'fields'.public boolean hasFields()
public SpanLog.Builder clearFields()
Copyright © 2019. All rights reserved.