Package com.atlan.model.discovery
Class DiscoveryFilter
java.lang.Object
com.atlan.model.discovery.DiscoveryFilter
Class to compose a single filter criterion for use in a linkable query.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDiscoveryFilter.DiscoveryFilterBuilder<C extends DiscoveryFilter,B extends DiscoveryFilter.DiscoveryFilterBuilder<C, B>> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic DiscoveryFilter.DiscoveryFilterBuilder<?, ?> protected booleanbooleanSingular key by which this criterion should be indexed in the filter map.Attribute(s) (properties) against which to filter.Operator to use to compare the operand to the value.TBCgetValue()Value to compare the operand against.inthashCode()
-
Constructor Details
-
DiscoveryFilter
-
-
Method Details
-
_internal
-
getFilterKey
Singular key by which this criterion should be indexed in the filter map. -
getOperand
Attribute(s) (properties) against which to filter. -
getOperator
Operator to use to compare the operand to the value. -
getValue
Value to compare the operand against. -
getRawOptions
TBC -
equals
-
canEqual
-
hashCode
public int hashCode()
-