public class QueryResults extends Object
| Constructor and Description |
|---|
QueryResults() |
| Modifier and Type | Method and Description |
|---|---|
static QueryResult |
errorResult(String errorMsg) |
static QueryResult |
jsonResult(QueryResponse response) |
static QueryResult |
textResult(String content) |
public static QueryResult textResult(String content)
public static QueryResult jsonResult(QueryResponse response)
public static QueryResult errorResult(String errorMsg)
Copyright © 2025. All rights reserved.