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
Modifier and TypeClassDescriptionstatic class
GoogleTag.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
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GoogleTag.GoogleTagBuilder<?,
?> builder()
protected boolean
boolean
Key of the Google tag.Value for the Google tag.Fixed typeName for GoogleTag.int
hashCode()
static GoogleTag
Quickly 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:
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 GoogleTag.- Overrides:
getTypeName
in classAtlanStruct
-