Interface Trace._FinalStage
- All Known Implementing Classes:
Trace.Builder
- Enclosing class:
Trace
public static interface Trace._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllTags(List<String> tags) additionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()The input data of the trace.The metadata associated with the trace.The name of the traceThe output data of the trace.The release version of the application when the trace was createdThe session identifier associated with the traceThe tags associated with the trace.The user identifier associated with the traceThe version of the trace
-
Method Details
-
build
Trace build() -
additionalProperty
-
additionalProperties
-
name
The name of the trace
-
name
-
name
-
input
The input data of the trace. Can be any JSON.
-
input
-
output
The output data of the trace. Can be any JSON.
-
output
-
sessionId
The session identifier associated with the trace
-
sessionId
-
sessionId
-
release
The release version of the application when the trace was created
-
release
-
release
-
version
The version of the trace
-
version
-
version
-
userId
The user identifier associated with the trace
-
userId
-
userId
-
metadata
The metadata associated with the trace. Can be any JSON.
-
metadata
-
tags
The tags associated with the trace.
-
addTags
-
addAllTags
-