Class DataSourceDetailsATP
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.aianomalydetection.model.DataSourceDetails
-
- com.oracle.bmc.aianomalydetection.model.DataSourceDetailsATP
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20210101") public final class DataSourceDetailsATP extends DataSourceDetails
Data Source details for ATP
Note: Objects should always be created or deserialized using theDataSourceDetailsATP.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 the
DataSourceDetailsATP.Builder
, which maintain a set of all explicitly set fields calledDataSourceDetailsATP.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 Summary
Nested Classes Modifier and Type Class Description static class
DataSourceDetailsATP.Builder
-
Constructor Summary
Constructors Constructor Description DataSourceDetailsATP(String walletPasswordSecretId, String atpUserName, String atpPasswordSecretId, String cwalletFileSecretId, String ewalletFileSecretId, String keyStoreFileSecretId, String ojdbcFileSecretId, String tnsnamesFileSecretId, String truststoreFileSecretId, String databaseName, String tableName)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataSourceDetailsATP.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getAtpPasswordSecretId()
atp db password Secret IdString
getAtpUserName()
atp db user nameString
getCwalletFileSecretId()
OCID of the secret containing the containers certificates of ATP walletString
getDatabaseName()
atp database nameString
getEwalletFileSecretId()
OCID of the secret containing the PDB’S certificates of ATP walletString
getKeyStoreFileSecretId()
OCID of the secret containing Keystore.jks file of the ATP walletString
getOjdbcFileSecretId()
OCID of the secret that contains jdbc properties file of ATP walletString
getTableName()
atp database table nameString
getTnsnamesFileSecretId()
OCID of the secret that contains the tnsnames file of ATP walletString
getTruststoreFileSecretId()
OCID of the secret containing truststore.jks file of the ATP walletString
getWalletPasswordSecretId()
wallet password Secret ID in String formatint
hashCode()
DataSourceDetailsATP.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
DataSourceDetailsATP
@Deprecated public DataSourceDetailsATP(String walletPasswordSecretId, String atpUserName, String atpPasswordSecretId, String cwalletFileSecretId, String ewalletFileSecretId, String keyStoreFileSecretId, String ojdbcFileSecretId, String tnsnamesFileSecretId, String truststoreFileSecretId, String databaseName, String tableName)
Deprecated.
-
-
Method Detail
-
builder
public static DataSourceDetailsATP.Builder builder()
Create a new builder.
-
toBuilder
public DataSourceDetailsATP.Builder toBuilder()
-
getWalletPasswordSecretId
public String getWalletPasswordSecretId()
wallet password Secret ID in String format- Returns:
- the value
-
getAtpUserName
public String getAtpUserName()
atp db user name- Returns:
- the value
-
getAtpPasswordSecretId
public String getAtpPasswordSecretId()
atp db password Secret Id- Returns:
- the value
-
getCwalletFileSecretId
public String getCwalletFileSecretId()
OCID of the secret containing the containers certificates of ATP wallet- Returns:
- the value
-
getEwalletFileSecretId
public String getEwalletFileSecretId()
OCID of the secret containing the PDB’S certificates of ATP wallet- Returns:
- the value
-
getKeyStoreFileSecretId
public String getKeyStoreFileSecretId()
OCID of the secret containing Keystore.jks file of the ATP wallet- Returns:
- the value
-
getOjdbcFileSecretId
public String getOjdbcFileSecretId()
OCID of the secret that contains jdbc properties file of ATP wallet- Returns:
- the value
-
getTnsnamesFileSecretId
public String getTnsnamesFileSecretId()
OCID of the secret that contains the tnsnames file of ATP wallet- Returns:
- the value
-
getTruststoreFileSecretId
public String getTruststoreFileSecretId()
OCID of the secret containing truststore.jks file of the ATP wallet- Returns:
- the value
-
getDatabaseName
public String getDatabaseName()
atp database name- Returns:
- the value
-
getTableName
public String getTableName()
atp database table name- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classDataSourceDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classDataSourceDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDataSourceDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDataSourceDetails
-
-