@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class UpdateExternalMacsConnectorDetails extends UpdateExternalDatabaseConnectorDetails
Details for updating an external Management Agent cloud service (MACS) database connection.
UpdateExternalMacsConnectorDetails.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 UpdateExternalMacsConnectorDetails.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
UpdateExternalMacsConnectorDetails.Builder |
UpdateExternalDatabaseConnectorDetails.ConnectorType
Constructor and Description |
---|
UpdateExternalMacsConnectorDetails(Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String displayName,
DatabaseConnectionString connectionString,
DatabaseConnectionCredentials connectionCredentials)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateExternalMacsConnectorDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
DatabaseConnectionCredentials |
getConnectionCredentials() |
DatabaseConnectionString |
getConnectionString() |
int |
hashCode() |
UpdateExternalMacsConnectorDetails.Builder |
toBuilder() |
String |
toString() |
getDefinedTags, getDisplayName, getFreeformTags
@Deprecated public UpdateExternalMacsConnectorDetails(Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String displayName, DatabaseConnectionString connectionString, DatabaseConnectionCredentials connectionCredentials)
public static UpdateExternalMacsConnectorDetails.Builder builder()
Create a new builder.
public UpdateExternalMacsConnectorDetails.Builder toBuilder()
public DatabaseConnectionString getConnectionString()
public DatabaseConnectionCredentials getConnectionCredentials()
public String toString()
toString
in class UpdateExternalDatabaseConnectorDetails
public boolean equals(Object o)
equals
in class UpdateExternalDatabaseConnectorDetails
public int hashCode()
hashCode
in class UpdateExternalDatabaseConnectorDetails
Copyright © 2016–2022. All rights reserved.