@Generated(value="OracleSDKGenerator", comments="API Version: 20201005") public final class DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary extends DatabaseToolsConnectionOracleDatabaseProxyClientSummary
Proxy client information for user name based proxy authentication.
Note: Objects should always be created or deserialized using the DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.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 DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.Builder
, which maintain a
set of all explicitly set fields called DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary(String userName,
DatabaseToolsUserPasswordSummary userPassword,
List<String> roles)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getRoles()
A list of database roles for the client.
|
String |
getUserName()
The user name.
|
DatabaseToolsUserPasswordSummary |
getUserPassword() |
int |
hashCode() |
DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary(String userName, DatabaseToolsUserPasswordSummary userPassword, List<String> roles)
public static DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.Builder builder()
Create a new builder.
public DatabaseToolsConnectionOracleDatabaseProxyClientUserNameSummary.Builder toBuilder()
public String getUserName()
The user name.
public DatabaseToolsUserPasswordSummary getUserPassword()
public List<String> getRoles()
A list of database roles for the client. These roles are enabled if the proxy is authorized to use the roles on behalf of the client.
public String toString()
toString
in class DatabaseToolsConnectionOracleDatabaseProxyClientSummary
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class DatabaseToolsConnectionOracleDatabaseProxyClientSummary
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class DatabaseToolsConnectionOracleDatabaseProxyClientSummary
public int hashCode()
hashCode
in class DatabaseToolsConnectionOracleDatabaseProxyClientSummary
Copyright © 2016–2024. All rights reserved.