Record Class TraceService.McpTraceIndexRecord
java.lang.Object
java.lang.Record
com.shaft.mcp.TraceService.McpTraceIndexRecord
- Record Components:
testId- safe test identifiergeneratedAt- trace generation timestamptracePath- path to pass totrace_read,trace_summarize, ordoctor_analyze_traceindexPath- persisted index patharchivePath- persisted ZIP pathentries- artifact entries recorded by the index
- Enclosing class:
TraceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thearchivePathrecord component.entries()Returns the value of theentriesrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thegeneratedAtrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theindexPathrecord component.testId()Returns the value of thetestIdrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetracePathrecord component.
-
Constructor Details
-
McpTraceIndexRecord
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
testId
-
generatedAt
Returns the value of thegeneratedAtrecord component.- Returns:
- the value of the
generatedAtrecord component
-
tracePath
-
indexPath
-
archivePath
Returns the value of thearchivePathrecord component.- Returns:
- the value of the
archivePathrecord component
-
entries
-