Class TraceWithDetails
java.lang.Object
com.ants.platform.client.resources.commons.types.TraceWithDetails
- All Implemented Interfaces:
ITrace
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getId
-
getTimestamp
- Specified by:
getTimestampin interfaceITrace- Returns:
- The timestamp when the trace was created
-
getName
-
getInput
-
getOutput
-
getSessionId
- Specified by:
getSessionIdin interfaceITrace- Returns:
- The session identifier associated with the trace
-
getRelease
- Specified by:
getReleasein interfaceITrace- Returns:
- The release version of the application when the trace was created
-
getVersion
- Specified by:
getVersionin interfaceITrace- Returns:
- The version of the trace
-
getUserId
-
getMetadata
- Specified by:
getMetadatain interfaceITrace- Returns:
- The metadata associated with the trace. Can be any JSON.
-
getTags
-
getPublic
-
getEnvironment
- Specified by:
getEnvironmentin interfaceITrace- Returns:
- The environment from which this trace originated. Can be any lowercase alphanumeric string with hyphens and underscores that does not start with 'ants-platform'.
-
getHtmlPath
- Returns:
- Path of trace in ANTS Platform UI
-
getLatency
public double getLatency()- Returns:
- Latency of trace in seconds
-
getTotalCost
public double getTotalCost()- Returns:
- Cost of trace in USD
-
getObservations
-
getScores
-
equals
-
getAdditionalProperties
-
hashCode
-
toString
-
builder
-