Class CompileResultUCASTResult
java.lang.Object
com.styra.opa.openapi.models.shared.CompileResultUCASTResult
CompileResultUCASTResult
The partially evaluated result of the query as UCAST.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final CompileResultUCASTResult.Builder
builder()
boolean
int
hashCode()
masks()
Column masking rules, where the key is the column name, and the value describes which masking function to use.query()
UCAST JSON object describing the conditions under which the query is true.toString()
withAdditionalProperties
(Map<String, Object> additionalProperties) withAdditionalProperty
(String key, Object value) Column masking rules, where the key is the column name, and the value describes which masking function to use.Column masking rules, where the key is the column name, and the value describes which masking function to use.UCAST JSON object describing the conditions under which the query is true.UCAST JSON object describing the conditions under which the query is true.
-
Constructor Details
-
CompileResultUCASTResult
-
CompileResultUCASTResult
public CompileResultUCASTResult()
-
-
Method Details
-
query
UCAST JSON object describing the conditions under which the query is true. -
masks
Column masking rules, where the key is the column name, and the value describes which masking function to use. -
additionalProperties
-
builder
-
withQuery
UCAST JSON object describing the conditions under which the query is true. -
withQuery
UCAST JSON object describing the conditions under which the query is true. -
withMasks
Column masking rules, where the key is the column name, and the value describes which masking function to use. -
withMasks
public CompileResultUCASTResult withMasks(Optional<? extends Map<String, Map<String, MaskingRule>>> masks) Column masking rules, where the key is the column name, and the value describes which masking function to use. -
withAdditionalProperty
-
withAdditionalProperties
-
equals
-
hashCode
public int hashCode() -
toString
-