@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ScanDetails extends Object
The Single Client Access Name (SCAN) details.
Note: Objects should always be created or deserialized using the ScanDetails.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 ScanDetails.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 |
ScanDetails.Builder |
Constructor and Description |
---|
ScanDetails(String hostname,
Integer port,
List<String> ips)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ScanDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getHostname()
The SCAN hostname.
|
List<String> |
getIps()
The list of SCAN IP addresses.
|
Integer |
getPort()
The SCAN port.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"hostname","port","ips"}) @Deprecated public ScanDetails(String hostname, Integer port, List<String> ips)
public static ScanDetails.Builder builder()
Create a new builder.
public String getHostname()
The SCAN hostname.
public Integer getPort()
The SCAN port. Default is 1521.
public List<String> getIps()
The list of SCAN IP addresses. Three addresses should be provided.
Copyright © 2016–2020. All rights reserved.