Package com.atlan.model.structs
Class SourceTagAttachmentValue
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.SourceTagAttachmentValue
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class SourceTagAttachmentValue
extends AtlanStruct
Detailed information about the value of a source tag's attachment to an asset.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<C extends SourceTagAttachmentValue,
B extends SourceTagAttachmentValue.SourceTagAttachmentValueBuilder<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 TypeMethodDescriptionbuilder()
protected boolean
boolean
Attachment key, for example: 'has_pii' or 'type_pii'.Attachment value, for example: 'true' or 'email'.Fixed typeName for SourceTagAttachmentValue.int
hashCode()
static SourceTagAttachmentValue
Quickly create a new SourceTagAttachmentValue.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
SourceTagAttachmentValue
-
-
Method Details
-
of
Quickly create a new SourceTagAttachmentValue.- Parameters:
tagAttachmentKey
- Attachment key, for example: 'has_pii' or 'type_pii'.tagAttachmentValue
- Attachment value, for example: 'true' or 'email'.- Returns:
- a SourceTagAttachmentValue with the provided information
-
builder
-
toBuilder
-
getTagAttachmentKey
Attachment key, for example: 'has_pii' or 'type_pii'. -
getTagAttachmentValue
Attachment value, for example: 'true' or 'email'. -
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 SourceTagAttachmentValue.- Overrides:
getTypeName
in classAtlanStruct
-