Package com.atlan.model.structs
Class SourceTagAttribute
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.SourceTagAttribute
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class SourceTagAttribute
extends AtlanStruct
Detailed information about a source tag's attributes.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
SourceTagAttribute.SourceTagAttributeBuilder<C extends SourceTagAttribute,
B extends SourceTagAttribute.SourceTagAttributeBuilder<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 SourceTagAttribute.SourceTagAttributeBuilder<?,
?> builder()
protected boolean
boolean
Attribute key, for example: 'allowedValues' or 'enabled'.Properties of the attribute.Attribute value, for example: '["Private", "PII"]' for allowedValues key or 'true' for enabled key.Fixed typeName for SourceTagAttribute.int
hashCode()
static SourceTagAttribute
Quickly create a new SourceTagAttribute.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
SourceTagAttribute
-
-
Method Details
-
of
public static SourceTagAttribute of(String tagAttributeKey, String tagAttributeValue, Map<String, String> tagAttributeProperties) Quickly create a new SourceTagAttribute.- Parameters:
tagAttributeKey
- Attribute key, for example: 'allowedValues' or 'enabled'.tagAttributeValue
- Attribute value, for example: '["Private", "PII"]' for allowedValues key or 'true' for enabled key.tagAttributeProperties
- Properties of the attribute.- Returns:
- a SourceTagAttribute with the provided information
-
builder
-
toBuilder
-
getTagAttributeKey
Attribute key, for example: 'allowedValues' or 'enabled'. -
getTagAttributeValue
Attribute value, for example: '["Private", "PII"]' for allowedValues key or 'true' for enabled key. -
getTagAttributeProperties
Properties of the attribute. -
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 SourceTagAttribute.- Overrides:
getTypeName
in classAtlanStruct
-