Uses of Class
com.oracle.bmc.loganalytics.model.RecallDefinition
-
Packages that use RecallDefinition Package Description com.oracle.bmc.loganalytics.model -
-
Uses of RecallDefinition in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return RecallDefinition Modifier and Type Method Description RecallDefinition
RecallDefinition.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type RecallDefinition Modifier and Type Method Description List<RecallDefinition>
QueryAggregation. getRecalls()
List of recalls in the query.Methods in com.oracle.bmc.loganalytics.model with parameters of type RecallDefinition Modifier and Type Method Description RecallDefinition.Builder
RecallDefinition.Builder. copy(RecallDefinition model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type RecallDefinition Modifier and Type Method Description QueryAggregation.Builder
QueryAggregation.Builder. recalls(List<RecallDefinition> recalls)
List of recalls in the query.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type RecallDefinition Constructor Description QueryAggregation(Integer totalCount, Long totalMatchedCount, Integer totalGroupCount, TimeRange timeFilter, List<RecallDefinition> recalls, Boolean arePartialResults, String partialResultReason, Boolean isContentHidden, List<AbstractColumn> columns, List<AbstractColumn> fields, List<Map<String,Object>> items, Long queryExecutionTimeInMs, Integer percentComplete)
Deprecated.
-