Class BatchMixedResults
java.lang.Object
com.styra.opa.openapi.models.shared.BatchMixedResults
BatchMixedResults
Mixed success and failures.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final BatchMixedResults.Builder
builder()
boolean
int
hashCode()
metrics()
If query metrics are enabled, this field contains query performance metrics collected during the parse, compile, and evaluation steps.toString()
withBatchDecisionId
(String batchDecisionId) withBatchDecisionId
(Optional<String> batchDecisionId) withMetrics
(Map<String, Object> metrics) If query metrics are enabled, this field contains query performance metrics collected during the parse, compile, and evaluation steps.withMetrics
(Optional<? extends Map<String, Object>> metrics) If query metrics are enabled, this field contains query performance metrics collected during the parse, compile, and evaluation steps.withResponses
(Map<String, Responses> responses) withResponses
(Optional<? extends Map<String, Responses>> responses)
-
Constructor Details
-
BatchMixedResults
-
BatchMixedResults
public BatchMixedResults()
-
-
Method Details
-
batchDecisionId
-
metrics
If query metrics are enabled, this field contains query performance metrics collected during the parse, compile, and evaluation steps. -
responses
-
builder
-
withBatchDecisionId
-
withBatchDecisionId
-
withMetrics
If query metrics are enabled, this field contains query performance metrics collected during the parse, compile, and evaluation steps. -
withMetrics
If query metrics are enabled, this field contains query performance metrics collected during the parse, compile, and evaluation steps. -
withResponses
-
withResponses
-
equals
-
hashCode
public int hashCode() -
toString
-