Class BetaMemoryTool20250818InsertCommand
-
- All Implemented Interfaces:
public final class BetaMemoryTool20250818InsertCommand
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaMemoryTool20250818InsertCommand.BuilderA builder for BetaMemoryTool20250818InsertCommand.
-
Method Summary
Modifier and Type Method Description final JsonValue_command()Command type identifierExpected to always return the following:
However, this method can be useful for debugging and logging (e.g.JsonValue.from("insert")final LonginsertLine()Line number where text should be inserted final StringinsertText()Text to insert at the specified line final Stringpath()Path to the file where text should be inserted final JsonField<Long>_insertLine()Returns the raw JSON value of insertLine. final JsonField<String>_insertText()Returns the raw JSON value of insertText. final JsonField<String>_path()Returns the raw JSON value of path. final Map<String, JsonValue>_additionalProperties()final BetaMemoryTool20250818InsertCommand.BuildertoBuilder()final BetaMemoryTool20250818InsertCommandvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaMemoryTool20250818InsertCommand.Builderbuilder()Returns a mutable builder for constructing an instance of BetaMemoryTool20250818InsertCommand. -
-
Method Detail
-
_command
final JsonValue _command()
Command type identifier
Expected to always return the following:
JsonValue.from("insert")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
insertLine
final Long insertLine()
Line number where text should be inserted
-
insertText
final String insertText()
Text to insert at the specified line
-
_insertLine
final JsonField<Long> _insertLine()
Returns the raw JSON value of insertLine.
Unlike insertLine, this method doesn't throw if the JSON field has an unexpected type.
-
_insertText
final JsonField<String> _insertText()
Returns the raw JSON value of insertText.
Unlike insertText, this method doesn't throw if the JSON field has an unexpected type.
-
_path
final JsonField<String> _path()
Returns the raw JSON value of path.
Unlike path, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaMemoryTool20250818InsertCommand.Builder toBuilder()
-
validate
final BetaMemoryTool20250818InsertCommand validate()
-
builder
final static BetaMemoryTool20250818InsertCommand.Builder builder()
Returns a mutable builder for constructing an instance of BetaMemoryTool20250818InsertCommand.
The following fields are required:
.insertLine() .insertText() .path()
-
-
-
-