Package com.atlan.model.structs
Class DbtMetricFilter
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.DbtMetricFilter
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class DbtMetricFilter
extends AtlanStruct
Detailed information about a dbt Metric Filter.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDbtMetricFilter.DbtMetricFilterBuilder<C extends DbtMetricFilter,B extends DbtMetricFilter.DbtMetricFilterBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStruct
AtlanStruct.AtlanStructBuilder<C extends AtlanStruct,B extends AtlanStruct.AtlanStructBuilder<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
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic DbtMetricFilter.DbtMetricFilterBuilder<?,?> builder()protected booleanbooleanUnique name of the column the metric filter applies to.TBCTBCTBCFixed typeName for DbtMetricFilter.inthashCode()static DbtMetricFilterof(String dbtMetricFilterColumnQualifiedName, String dbtMetricFilterField, String dbtMetricFilterOperator, String dbtMetricFilterValue) Quickly create a new DbtMetricFilter.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
DbtMetricFilter
-
-
Method Details
-
of
public static DbtMetricFilter of(String dbtMetricFilterColumnQualifiedName, String dbtMetricFilterField, String dbtMetricFilterOperator, String dbtMetricFilterValue) Quickly create a new DbtMetricFilter.- Parameters:
dbtMetricFilterColumnQualifiedName- Unique name of the column the metric filter applies to.dbtMetricFilterField- TBCdbtMetricFilterOperator- TBCdbtMetricFilterValue- TBC- Returns:
- a DbtMetricFilter with the provided information
-
builder
-
toBuilder
-
getDbtMetricFilterColumnQualifiedName
Unique name of the column the metric filter applies to. -
getDbtMetricFilterField
TBC -
getDbtMetricFilterOperator
TBC -
getDbtMetricFilterValue
TBC -
equals
- Overrides:
equalsin classAtlanStruct
-
canEqual
- Overrides:
canEqualin classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanStruct
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-
getTypeName
Fixed typeName for DbtMetricFilter.- Overrides:
getTypeNamein classAtlanStruct
-