Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
ResultColumn |
ResultColumn.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResultColumn> |
VerifyOutput.getColumns()
Acceleration result columns, included if requested (shouldIncludeResults).
|
Modifier and Type | Method and Description |
---|---|
ResultColumn.Builder |
ResultColumn.Builder.copy(ResultColumn model) |
Modifier and Type | Method and Description |
---|---|
VerifyOutput.Builder |
VerifyOutput.Builder.columns(List<ResultColumn> columns)
Acceleration result columns, included if requested (shouldIncludeResults).
|
Constructor and Description |
---|
VerifyOutput(String scheduledTaskId,
Long responseTimeInMs,
Long totalMatchedCount,
Integer totalCount,
List<ResultColumn> columns,
List<Map<String,Object>> results)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.