public class ToolCallForBatchChatCompletionsOutput extends Object
| Constructor and Description |
|---|
ToolCallForBatchChatCompletionsOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ToolCallForBatchChatCompletionsOutput |
function(FunctionForBatchChatCompletionsOutput function) |
@Valid FunctionForBatchChatCompletionsOutput |
getFunction()
Get function
|
String |
getId()
Get id
|
Integer |
getIndex()
Get index
|
String |
getType()
Get type
|
int |
hashCode() |
ToolCallForBatchChatCompletionsOutput |
id(String id) |
ToolCallForBatchChatCompletionsOutput |
index(Integer index) |
void |
setFunction(FunctionForBatchChatCompletionsOutput function) |
void |
setId(String id) |
void |
setIndex(Integer index) |
void |
setType(String type) |
String |
toString() |
ToolCallForBatchChatCompletionsOutput |
type(String type) |
public ToolCallForBatchChatCompletionsOutput()
public ToolCallForBatchChatCompletionsOutput function(FunctionForBatchChatCompletionsOutput function)
@Valid public @Valid FunctionForBatchChatCompletionsOutput getFunction()
public void setFunction(FunctionForBatchChatCompletionsOutput function)
public ToolCallForBatchChatCompletionsOutput id(String id)
public String getId()
public void setId(String id)
public ToolCallForBatchChatCompletionsOutput index(Integer index)
public Integer getIndex()
public void setIndex(Integer index)
public ToolCallForBatchChatCompletionsOutput type(String type)
public String getType()
public void setType(String type)
Copyright © 2025. All rights reserved.