public class ConvertfunctionForBatchChatCompletionsInput extends Object
| Constructor and Description |
|---|
ConvertfunctionForBatchChatCompletionsInput() |
| Modifier and Type | Method and Description |
|---|---|
ConvertfunctionForBatchChatCompletionsInput |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getName()
Get name
|
@Valid ParametersForBatchChatCompletionsInput |
getParameters()
Get parameters
|
int |
hashCode() |
ConvertfunctionForBatchChatCompletionsInput |
name(String name) |
ConvertfunctionForBatchChatCompletionsInput |
parameters(ParametersForBatchChatCompletionsInput parameters) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setParameters(ParametersForBatchChatCompletionsInput parameters) |
String |
toString() |
public ConvertfunctionForBatchChatCompletionsInput()
public ConvertfunctionForBatchChatCompletionsInput description(String description)
public String getDescription()
public void setDescription(String description)
public ConvertfunctionForBatchChatCompletionsInput name(String name)
public String getName()
public void setName(String name)
public ConvertfunctionForBatchChatCompletionsInput parameters(ParametersForBatchChatCompletionsInput parameters)
@Valid public @Valid ParametersForBatchChatCompletionsInput getParameters()
public void setParameters(ParametersForBatchChatCompletionsInput parameters)
Copyright © 2025. All rights reserved.