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