Package com.atlan.model.structs
Class AssetGCPDataplexMetadata
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AssetGCPDataplexMetadata
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class AssetGCPDataplexMetadata
extends AtlanStruct
Various business metadata elements captured by Dataplex for GCP service-level objects.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAssetGCPDataplexMetadata.AssetGCPDataplexMetadataBuilder<C extends AssetGCPDataplexMetadata,B extends AssetGCPDataplexMetadata.AssetGCPDataplexMetadataBuilder<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
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanDataplex Aspects-related metadata on the asset in question.Time (epoch) at which the last dq rule ran.Fixed typeName for AssetGCPDataplexMetadata.inthashCode()static AssetGCPDataplexMetadataof(Long assetGCPDataplexLastSyncRunAt, Map<String, AssetGCPDataplexAspectMetadata> assetGCPDataplexAspectDetails) Quickly create a new AssetGCPDataplexMetadata.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AssetGCPDataplexMetadata
-
-
Method Details
-
of
public static AssetGCPDataplexMetadata of(Long assetGCPDataplexLastSyncRunAt, Map<String, AssetGCPDataplexAspectMetadata> assetGCPDataplexAspectDetails) Quickly create a new AssetGCPDataplexMetadata.- Parameters:
assetGCPDataplexLastSyncRunAt- Time (epoch) at which the last dq rule ran.assetGCPDataplexAspectDetails- Dataplex Aspects-related metadata on the asset in question.- Returns:
- a AssetGCPDataplexMetadata with the provided information
-
builder
-
toBuilder
-
getAssetGCPDataplexLastSyncRunAt
Time (epoch) at which the last dq rule ran. -
getAssetGCPDataplexAspectDetails
Dataplex Aspects-related metadata on the asset in question. -
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 AssetGCPDataplexMetadata.- Overrides:
getTypeNamein classAtlanStruct
-