Package ai.vectros.types
Class LogEntry
java.lang.Object
ai.vectros.types.LogEntry
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getTimestamp
- Returns:
- When the API call completed (ISO-8601 UTC).
-
getMethod
- Returns:
- HTTP method of the request.
-
getResource
- Returns:
- Top-level resource the call targeted (one of
documents,records,search,schemas,folders,clients,orgs,users,usage,auth,models,ping,rag,chat,ask,erasure-requests, orexport), derived from the request path.
-
getContextId
- Returns:
- The app context the request operated under — the context partition the credential carried.
*for a root/cross-context caller. Null for older log lines or for entry points that are not context-scoped.
-
getStatus
public int getStatus()- Returns:
- HTTP response status code.
-
getKeyId
- Returns:
- ID of the API key or scoped token that issued the request. Null if the request was unauthenticated (extremely rare — most paths require auth before logging).
-
getDurationMs
- Returns:
- Total request duration in milliseconds, from auth to response completion.
-
getPath
- Returns:
- Full request path.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-