Class CompileResultMultitarget
java.lang.Object
com.styra.opa.openapi.models.shared.CompileResultMultitarget
CompileResultMultitarget
The partially evaluated result of the query, for each target dialect. Result will be empty if the query is never true.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCompileResultMultitarget
(Optional<? extends CompileResultMultitargetResult> result) -
Method Summary
Modifier and TypeMethodDescriptionstatic final CompileResultMultitarget.Builder
builder()
boolean
int
hashCode()
result()
The partially evaluated result of the query in each target dialect.toString()
The partially evaluated result of the query in each target dialect.withResult
(Optional<? extends CompileResultMultitargetResult> result) The partially evaluated result of the query in each target dialect.
-
Constructor Details
-
CompileResultMultitarget
-
CompileResultMultitarget
public CompileResultMultitarget()
-
-
Method Details
-
result
The partially evaluated result of the query in each target dialect. -
builder
-
withResult
public CompileResultMultitarget withResult(Optional<? extends CompileResultMultitargetResult> result) The partially evaluated result of the query in each target dialect. -
equals
-
hashCode
public int hashCode() -
toString
-