Uses of Class
com.oracle.bmc.apmtraces.model.QueryResultRow.Builder
-
Packages that use QueryResultRow.Builder Package Description com.oracle.bmc.apmtraces.model -
-
Uses of QueryResultRow.Builder in com.oracle.bmc.apmtraces.model
Methods in com.oracle.bmc.apmtraces.model that return QueryResultRow.Builder Modifier and Type Method Description static QueryResultRow.Builder
QueryResultRow. builder()
Create a new builder.QueryResultRow.Builder
QueryResultRow.Builder. copy(QueryResultRow model)
QueryResultRow.Builder
QueryResultRow.Builder. queryResultRowData(Map<String,Object> queryResultRowData)
A map containing the actual data represented by a single row of the query result.QueryResultRow.Builder
QueryResultRow.Builder. queryResultRowMetadata(Map<String,Object> queryResultRowMetadata)
A map containing metadata or add-on data for the data presented in the queryResultRowData map.QueryResultRow.Builder
QueryResultRow. toBuilder()
-