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
Nested ClassesModifier and TypeClassDescriptionstatic classAzureTag.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
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AzureTag.AzureTagBuilder<?, ?> builder()protected booleanbooleanKey of the Azure tag.Value for the Azure tag.Fixed typeName for AzureTag.inthashCode()static AzureTagQuickly 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:
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 AzureTag.- Overrides:
getTypeNamein classAtlanStruct
-