public class FunctionInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static Builder<List<FunctionInfo>> |
FUNCTION_INFO_LIST |
| Constructor and Description |
|---|
FunctionInfo(String name,
String description,
boolean isAsync,
List<String> flags) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<String> |
getFlags() |
String |
getName() |
boolean |
isAsync() |
public static final Builder<List<FunctionInfo>> FUNCTION_INFO_LIST
Copyright © 2024. All rights reserved.