Package com.atlan.model.structs
Class GoogleLabel
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.GoogleLabel
- All Implemented Interfaces:
Serializable
Detailed information about a Google label.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGoogleLabel.GoogleLabelBuilder<C extends GoogleLabel,B extends GoogleLabel.GoogleLabelBuilder<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 GoogleLabel.GoogleLabelBuilder<?, ?> builder()protected booleanbooleanKey of the Google label.Value for the Google label.Fixed typeName for GoogleLabel.inthashCode()static GoogleLabelQuickly create a new GoogleLabel.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
GoogleLabel
-
-
Method Details
-
of
Quickly create a new GoogleLabel.- Parameters:
googleLabelKey- Key of the Google label.googleLabelValue- Value for the Google label.- Returns:
- a GoogleLabel with the provided information
-
builder
-
toBuilder
-
getGoogleLabelKey
Key of the Google label. -
getGoogleLabelValue
Value for the Google label. -
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 GoogleLabel.- Overrides:
getTypeNamein classAtlanStruct
-