Record Class McpTextContent
java.lang.Object
java.lang.Record
com.soklet.McpTextContent
Text content block used by v1 MCP tool and prompt results.
- Author:
- Mark Allen
-
Constructor Summary
ConstructorsConstructorDescriptionMcpTextContent(@NonNull String text) Creates an instance of aMcpTextContentrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.static @NonNull McpTextContentCreates a text content block.final inthashCode()Returns a hash code value for this object.text()Returns the value of thetextrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
McpTextContent
Creates an instance of aMcpTextContentrecord class.- Parameters:
text- the value for thetextrecord component
-
-
Method Details
-
fromText
Creates a text content block.- Parameters:
text- the text content- Returns:
- a text content block
-
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). -
text
-