Package | Description |
---|---|
com.oracle.bmc.apmtraces.model |
Modifier and Type | Method and Description |
---|---|
QueryResultWarning |
QueryResultWarning.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<QueryResultWarning> |
QueryResultResponse.getQueryResultWarnings()
A structure that provides warnings, if any, along with the query results.
|
Modifier and Type | Method and Description |
---|---|
QueryResultWarning.Builder |
QueryResultWarning.Builder.copy(QueryResultWarning model) |
Modifier and Type | Method and Description |
---|---|
QueryResultResponse.Builder |
QueryResultResponse.Builder.queryResultWarnings(List<QueryResultWarning> queryResultWarnings)
A structure that provides warnings, if any, along with the query results.
|
Constructor and Description |
---|
QueryResultResponse(QueryResultMetadataSummary queryResultMetadataSummary,
List<QueryResultRow> queryResultRows,
Map<String,Object> queryResultMetadata,
List<QueryResultWarning> queryResultWarnings)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.