Class CreateDataAssetFromAtp
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.dataintegration.model.CreateDataAssetDetails
- 
- com.oracle.bmc.dataintegration.model.CreateDataAssetFromAtp
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class CreateDataAssetFromAtp extends CreateDataAssetDetailsDetails for the Autonomous Transaction Processing data asset type.
 Note: Objects should always be created or deserialized using theCreateDataAssetFromAtp.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theCreateDataAssetFromAtp.Builder, which maintain a set of all explicitly set fields calledCreateDataAssetFromAtp.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateDataAssetFromAtp.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.dataintegration.model.CreateDataAssetDetailsCreateDataAssetDetails.ModelType
 
- 
 - 
Constructor SummaryConstructors Constructor Description CreateDataAssetFromAtp(String key, String modelVersion, String name, String description, Integer objectStatus, String identifier, String externalKey, Map<String,String> assetProperties, RegistryMetadata registryMetadata, String serviceName, String driverClass, String credentialFileContent, SensitiveAttribute walletSecret, SensitiveAttribute walletPasswordSecret, String regionId, String tenancyId, String compartmentId, String autonomousDbId, CreateConnectionFromAtp defaultConnection, DataAsset stagingDataAsset, Connection stagingConnection, Schema bucketSchema)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateDataAssetFromAtp.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAutonomousDbId()Tha Autonomous Database IdSchemagetBucketSchema()StringgetCompartmentId()The Autonomous Data Warehouse instance compartment Id.StringgetCredentialFileContent()The credential file content from an Autonomous Transaction Processing wallet.CreateConnectionFromAtpgetDefaultConnection()StringgetDriverClass()The Autonomous Transaction Processing driver class.StringgetRegionId()The Autonomous Data Warehouse instance region Id.StringgetServiceName()The Autonomous Transaction Processing instance service name.ConnectiongetStagingConnection()DataAssetgetStagingDataAsset()StringgetTenancyId()The Autonomous Data Warehouse instance tenancy Id.SensitiveAttributegetWalletPasswordSecret()SensitiveAttributegetWalletSecret()inthashCode()CreateDataAssetFromAtp.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.dataintegration.model.CreateDataAssetDetailsgetAssetProperties, getDescription, getExternalKey, getIdentifier, getKey, getModelVersion, getName, getObjectStatus, getRegistryMetadata
 
- 
 
- 
- 
- 
Constructor Detail- 
CreateDataAssetFromAtp@Deprecated public CreateDataAssetFromAtp(String key, String modelVersion, String name, String description, Integer objectStatus, String identifier, String externalKey, Map<String,String> assetProperties, RegistryMetadata registryMetadata, String serviceName, String driverClass, String credentialFileContent, SensitiveAttribute walletSecret, SensitiveAttribute walletPasswordSecret, String regionId, String tenancyId, String compartmentId, String autonomousDbId, CreateConnectionFromAtp defaultConnection, DataAsset stagingDataAsset, Connection stagingConnection, Schema bucketSchema) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreateDataAssetFromAtp.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateDataAssetFromAtp.Builder toBuilder() 
 - 
getServiceNamepublic String getServiceName() The Autonomous Transaction Processing instance service name.- Returns:
- the value
 
 - 
getDriverClasspublic String getDriverClass() The Autonomous Transaction Processing driver class.- Returns:
- the value
 
 - 
getCredentialFileContentpublic String getCredentialFileContent() The credential file content from an Autonomous Transaction Processing wallet.- Returns:
- the value
 
 - 
getWalletSecretpublic SensitiveAttribute getWalletSecret() 
 - 
getWalletPasswordSecretpublic SensitiveAttribute getWalletPasswordSecret() 
 - 
getRegionIdpublic String getRegionId() The Autonomous Data Warehouse instance region Id.- Returns:
- the value
 
 - 
getTenancyIdpublic String getTenancyId() The Autonomous Data Warehouse instance tenancy Id.- Returns:
- the value
 
 - 
getCompartmentIdpublic String getCompartmentId() The Autonomous Data Warehouse instance compartment Id.- Returns:
- the value
 
 - 
getAutonomousDbIdpublic String getAutonomousDbId() Tha Autonomous Database Id- Returns:
- the value
 
 - 
getDefaultConnectionpublic CreateConnectionFromAtp getDefaultConnection() 
 - 
getStagingDataAssetpublic DataAsset getStagingDataAsset() 
 - 
getStagingConnectionpublic Connection getStagingConnection() 
 - 
getBucketSchemapublic Schema getBucketSchema() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- CreateDataAssetDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- CreateDataAssetDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- CreateDataAssetDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- CreateDataAssetDetails
 
 
- 
 
-