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