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