Package com.atlan.model.structs
Class GoogleTag
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.GoogleTag
- All Implemented Interfaces:
Serializable
Detailed information about a Google tag.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGoogleTag.GoogleTagBuilder<C extends GoogleTag,B extends GoogleTag.GoogleTagBuilder<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
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GoogleTag.GoogleTagBuilder<?, ?> builder()protected booleanbooleanKey of the Google tag.Value for the Google tag.Fixed typeName for GoogleTag.inthashCode()static GoogleTagQuickly create a new GoogleTag.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
GoogleTag
-
-
Method Details
-
of
Quickly create a new GoogleTag.- Parameters:
googleTagKey- Key of the Google tag.googleTagValue- Value for the Google tag.- Returns:
- a GoogleTag with the provided information
-
builder
-
toBuilder
-
getGoogleTagKey
Key of the Google tag. -
getGoogleTagValue
Value for the Google tag. -
equals
- Overrides:
equalsin classAtlanStruct
-
canEqual
- Overrides:
canEqualin classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanStruct
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-
getTypeName
Fixed typeName for GoogleTag.- Overrides:
getTypeNamein classAtlanStruct
-