Class DiscoveryFilter

java.lang.Object
com.atlan.model.discovery.DiscoveryFilter

public class DiscoveryFilter extends Object
Class to compose a single filter criterion for use in a linkable query.
  • Constructor Details

  • Method Details

    • _internal

      public static DiscoveryFilter.DiscoveryFilterBuilder<?,?> _internal()
    • getFilterKey

      public String getFilterKey()
      Singular key by which this criterion should be indexed in the filter map.
    • getOperand

      public Object getOperand()
      Attribute(s) (properties) against which to filter.
    • getOperator

      public String getOperator()
      Operator to use to compare the operand to the value.
    • getValue

      public Object getValue()
      Value to compare the operand against.
    • getRawOptions

      public Boolean getRawOptions()
      TBC
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object