Package com.atlan.model.contracts
Class DataContractSpec.DCTag
java.lang.Object
com.atlan.model.contracts.DataContractSpec.DCTag
- Enclosing class:
- DataContractSpec
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
DataContractSpec.DCTag.DCTagBuilder<C extends DataContractSpec.DCTag,
B extends DataContractSpec.DCTag.DCTagBuilder<C, B>> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataContractSpec.DCTag.DCTagBuilder<?,
?> builder()
boolean
getName()
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).int
hashCode()
-
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()
-