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
Modifier and TypeClassDescriptionstatic class
DbtMetricFilter.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
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic DbtMetricFilter.DbtMetricFilterBuilder<?,
?> builder()
protected boolean
boolean
Unique name of the column the metric filter applies to.TBCTBCTBCFixed typeName for DbtMetricFilter.int
hashCode()
static DbtMetricFilter
of
(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:
equals
in classAtlanStruct
-
canEqual
- Overrides:
canEqual
in classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanStruct
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-
getTypeName
Fixed typeName for DbtMetricFilter.- Overrides:
getTypeName
in classAtlanStruct
-