Class CreateSpanEvent
java.lang.Object
com.langfuse.client.resources.ingestion.types.CreateSpanEvent
- All Implemented Interfaces:
IBaseEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfacestatic final classstatic interfacestatic interface -
Method Summary
-
Method Details
-
getId
- Specified by:
getIdin interfaceIBaseEvent- Returns:
- UUID v4 that identifies the event
-
getTimestamp
- Specified by:
getTimestampin interfaceIBaseEvent- Returns:
- Datetime (ISO 8601) of event creation in client. Should be as close to actual event creation in client as possible, this timestamp will be used for ordering of events in future release. Resolution: milliseconds (required), microseconds (optimal).
-
getMetadata
- Specified by:
getMetadatain interfaceIBaseEvent- Returns:
- Optional. Metadata field used by the Langfuse SDKs for debugging.
-
getBody
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-