Class OtelAttributeValue.Builder
java.lang.Object
com.langfuse.client.resources.opentelemetry.types.OtelAttributeValue.Builder
- Enclosing class:
OtelAttributeValue
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) Boolean valuebuild()doubleValue(Double doubleValue) doubleValue(Optional<Double> doubleValue) Double valuefrom(OtelAttributeValue other) Integer valuestringValue(String stringValue) stringValue(Optional<String> stringValue) String value
-
Method Details
-
from
-
stringValue
String value
-
stringValue
-
intValue
Integer value
-
intValue
-
doubleValue
Double value
-
doubleValue
-
boolValue
Boolean value
-
boolValue
-
build
-
additionalProperty
-
additionalProperties
-