Package com.atlan.model.structs
Class AssetGCPDataplexAspectMetadata
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetGCPDataplexAspectMetadata
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class AssetGCPDataplexAspectMetadata
extends AtlanStruct
Aspect metadata linked to the given assets and associated fields info.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetGCPDataplexAspectMetadata.AssetGCPDataplexAspectMetadataBuilder<C extends AssetGCPDataplexAspectMetadata,B extends AssetGCPDataplexAspectMetadata.AssetGCPDataplexAspectMetadataBuilder<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
ConstructorsModifierConstructorDescriptionprotectedAssetGCPDataplexAspectMetadata(AssetGCPDataplexAspectMetadata.AssetGCPDataplexAspectMetadataBuilder<?, ?> b) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanAspect creation timestamp.Aspect Display name.Set of metadata key-value pairs associated with the aspect.Aspect name including the project and region references.Path of the Aspect Type associated with this Aspect in the project.Labels associated with the Aspect Type.Aspect Last-Updated timestamp.Fixed typeName for AssetGCPDataplexAspectMetadata.inthashCode()of(String assetGCPDataplexAspectFullName, String assetGCPDataplexAspectDisplayName, String assetGCPDataplexAspectType, Map<String, String> assetGCPDataplexAspectTypeLabels, Long assetGCPDataplexAspectCreatedAt, Long assetGCPDataplexAspectUpdatedAt, Map<String, String> assetGCPDataplexAspectFields) Quickly create a new AssetGCPDataplexAspectMetadata.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetGCPDataplexAspectMetadata
protected AssetGCPDataplexAspectMetadata(AssetGCPDataplexAspectMetadata.AssetGCPDataplexAspectMetadataBuilder<?, ?> b)
-
-
Method Details
-
of
public static AssetGCPDataplexAspectMetadata of(String assetGCPDataplexAspectFullName, String assetGCPDataplexAspectDisplayName, String assetGCPDataplexAspectType, Map<String, String> assetGCPDataplexAspectTypeLabels, Long assetGCPDataplexAspectCreatedAt, Long assetGCPDataplexAspectUpdatedAt, Map<String, String> assetGCPDataplexAspectFields) Quickly create a new AssetGCPDataplexAspectMetadata.- Parameters:
assetGCPDataplexAspectFullName- Aspect name including the project and region references.assetGCPDataplexAspectDisplayName- Aspect Display name.assetGCPDataplexAspectType- Path of the Aspect Type associated with this Aspect in the project.assetGCPDataplexAspectTypeLabels- Labels associated with the Aspect Type.assetGCPDataplexAspectCreatedAt- Aspect creation timestamp.assetGCPDataplexAspectUpdatedAt- Aspect Last-Updated timestamp.assetGCPDataplexAspectFields- Set of metadata key-value pairs associated with the aspect.- Returns:
- a AssetGCPDataplexAspectMetadata with the provided information
-
builder
-
toBuilder
-
getAssetGCPDataplexAspectFullName
Aspect name including the project and region references. -
getAssetGCPDataplexAspectDisplayName
Aspect Display name. -
getAssetGCPDataplexAspectType
Path of the Aspect Type associated with this Aspect in the project. -
getAssetGCPDataplexAspectTypeLabels
Labels associated with the Aspect Type. -
getAssetGCPDataplexAspectCreatedAt
Aspect creation timestamp. -
getAssetGCPDataplexAspectUpdatedAt
Aspect Last-Updated timestamp. -
getAssetGCPDataplexAspectFields
Set of metadata key-value pairs associated with the aspect. -
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 AssetGCPDataplexAspectMetadata.- Overrides:
getTypeNamein classAtlanStruct
-