Class CompileResultJSONResult
java.lang.Object
com.styra.opa.openapi.models.shared.CompileResultJSONResult
CompileResultJSONResult
The partially evaluated result of the query.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCompileResultJSONResult
(Optional<? extends Query> query, Optional<? extends Support> support) -
Method Summary
Modifier and TypeMethodDescriptionstatic final CompileResultJSONResult.Builder
builder()
boolean
int
hashCode()
query()
support()
toString()
withAdditionalProperties
(Map<String, Object> additionalProperties) withAdditionalProperty
(String key, Object value) withSupport
(Support support) withSupport
(Optional<? extends Support> support)
-
Constructor Details
-
CompileResultJSONResult
-
CompileResultJSONResult
public CompileResultJSONResult()
-
-
Method Details