@Generated(value="jsonschema2pojo") public class ToolCall extends Object
| Constructor and Description |
|---|
ToolCall() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
FunctionCall |
getFunction()
FunctionCall
|
String |
getId()
Id
|
String |
getType()
Type
|
int |
hashCode() |
void |
setFunction(FunctionCall function)
FunctionCall
|
void |
setId(String id)
Id
|
void |
setType(String type)
Type
|
String |
toString() |
ToolCall |
withFunction(FunctionCall function) |
ToolCall |
withId(String id) |
ToolCall |
withType(String type) |
public String getId()
public void setId(String id)
public String getType()
public void setType(String type)
public FunctionCall getFunction()
public void setFunction(FunctionCall function)
public ToolCall withFunction(FunctionCall function)
Copyright © 2025. All rights reserved.