Package com.atlan.model.structs
Class AzureTag
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AzureTag
- All Implemented Interfaces:
Serializable
Detailed information about an Azure tag.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AzureTag.AzureTagBuilder<C extends AzureTag,
B extends AzureTag.AzureTagBuilder<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 AzureTag.AzureTagBuilder<?,
?> builder()
protected boolean
boolean
Key of the Azure tag.Value for the Azure tag.Fixed typeName for AzureTag.int
hashCode()
static AzureTag
Quickly create a new AzureTag.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AzureTag
-
-
Method Details
-
of
Quickly create a new AzureTag.- Parameters:
azureTagKey
- Key of the Azure tag.azureTagValue
- Value for the Azure tag.- Returns:
- a AzureTag with the provided information
-
builder
-
toBuilder
-
getAzureTagKey
Key of the Azure tag. -
getAzureTagValue
Value for the Azure 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 AzureTag.- Overrides:
getTypeName
in classAtlanStruct
-