public class LibraryInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static Builder<LibraryInfo> |
LIBRARY_BUILDER |
| Constructor and Description |
|---|
LibraryInfo(String libraryName,
String engineName,
List<Map<String,Object>> functions) |
LibraryInfo(String libraryName,
String engineName,
List<Map<String,Object>> functions,
String code) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEngine() |
List<Map<String,Object>> |
getFunctions() |
String |
getLibraryCode() |
String |
getLibraryName() |
Copyright © 2022. All rights reserved.