Package com.atlan.model.lineage
Class LineageFilter
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.lineage.LineageFilter
- All Implemented Interfaces:
Serializable
Class used to define how to filter assets and relationships when fetching lineage.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classLineageFilter.LineageFilterBuilder<C extends LineageFilter,B extends LineageFilter.LineageFilterBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LineageFilter.LineageFilterBuilder<?, ?> builder()protected booleanbooleangetField()Field on which filtering should be applied.Comparison that should be used when checkingfield's value against the providedvalue.getValue()Value thatfield's value should be compared against.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
LineageFilter
-
-
Method Details
-
builder
-
toBuilder
-
getField
Field on which filtering should be applied. -
getOperator
Comparison that should be used when checkingfield's value against the providedvalue. -
getValue
Value thatfield's value should be compared against. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-