public class ChatFunctionProperty extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatFunctionProperty.Builder |
| Constructor and Description |
|---|
ChatFunctionProperty() |
| Modifier and Type | Method and Description |
|---|---|
ChatFunctionProperty.Builder |
builder() |
String |
getDescription() |
Set<?> |
getEnumValues() |
ChatFunctionProperty |
getItems() |
String |
getName() |
Boolean |
getRequired() |
String |
getType() |
void |
setDescription(String description) |
void |
setEnumValues(Set<?> enumValues) |
void |
setItems(ChatFunctionProperty items) |
void |
setName(String name) |
void |
setRequired(Boolean required) |
void |
setType(String type) |
String |
toString() |
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getDescription()
public void setDescription(String description)
public ChatFunctionProperty getItems()
public void setItems(ChatFunctionProperty items)
public Set<?> getEnumValues()
public void setEnumValues(Set<?> enumValues)
public ChatFunctionProperty.Builder builder()
Copyright © 2025. All rights reserved.