public class ToolsResponse extends GenericResponse
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomTool> |
tools |
| Constructor and Description |
|---|
ToolsResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomTool> |
getTools()
List of custom tools
|
void |
setTools(List<CustomTool> tools)
Set custom tools list
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfoprotected List<CustomTool> tools
public List<CustomTool> getTools()
public void setTools(List<CustomTool> tools)
tool - listCopyright © 2024 Gentics Software. All rights reserved.