Package com.atlan.model.contracts
Class DataContractSpec.DCTag
java.lang.Object
com.atlan.model.contracts.DataContractSpec.DCTag
- Enclosing class:
DataContractSpec
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDataContractSpec.DCTag.DCTagBuilder<C extends DataContractSpec.DCTag,B extends DataContractSpec.DCTag.DCTagBuilder<C, B>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DataContractSpec.DCTag.DCTagBuilder<?, ?> builder()booleangetName()Human-readable name of the Atlan tag.Whether to propagate the tag at all (true) or not (false).Whether to propagate the tag through asset's containment hierarchy (true) or not (false).Whether to propagate the tag through lineage (true) or not (false).inthashCode()
-
Constructor Details
-
DCTag
-
-
Method Details
-
builder
-
toBuilder
-
getName
Human-readable name of the Atlan tag. -
getPropagate
Whether to propagate the tag at all (true) or not (false). -
getPropagateThroughLineage
Whether to propagate the tag through lineage (true) or not (false). -
getPropagateThroughHierarchy
Whether to propagate the tag through asset's containment hierarchy (true) or not (false). -
equals
-
hashCode
public int hashCode()
-