Modifier and Type | Class and Description |
---|---|
static class |
ToolSpecification.Builder
ToolSpecification builder static inner class. |
Modifier and Type | Method and Description |
---|---|
static ToolSpecification.Builder |
builder()
Creates builder to build
ToolSpecification . |
String |
description()
Returns the description of the tool.
|
boolean |
equals(Object another) |
int |
hashCode() |
String |
name()
Returns the name of the tool.
|
ToolParameters |
parameters()
Returns the parameters of the tool.
|
String |
toString() |
public String name()
public String description()
public ToolParameters parameters()
public static ToolSpecification.Builder builder()
ToolSpecification
.Copyright © 2024. All rights reserved.