Record Class TraceService.McpTraceActionSummary
java.lang.Object
java.lang.Record
com.shaft.mcp.TraceService.McpTraceActionSummary
- Record Components:
id- action identifiercategory- action categoryname- action namestatus- action statuslocator- action locatorurl- current URLmessage- action messageexceptionType- action exception typeexceptionMessage- action exception messagedurationMs- action duration in milliseconds
- Enclosing class:
TraceService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncategory()Returns the value of thecategoryrecord component.longReturns the value of thedurationMsrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of theexceptionMessagerecord component.Returns the value of theexceptionTyperecord component.final inthashCode()Returns a hash code value for this object.id()Returns the value of theidrecord component.locator()Returns the value of thelocatorrecord component.message()Returns the value of themessagerecord component.name()Returns the value of thenamerecord component.status()Returns the value of thestatusrecord component.final StringtoString()Returns a string representation of this record class.url()Returns the value of theurlrecord component.
-
Constructor Details
-
McpTraceActionSummary
-
-
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. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
id
-
category
-
name
-
status
-
locator
-
url
-
message
-
exceptionType
Returns the value of theexceptionTyperecord component.- Returns:
- the value of the
exceptionTyperecord component
-
exceptionMessage
Returns the value of theexceptionMessagerecord component.- Returns:
- the value of the
exceptionMessagerecord component
-
durationMs
public long durationMs()Returns the value of thedurationMsrecord component.- Returns:
- the value of the
durationMsrecord component
-