@Generated(value="OracleSDKGenerator", comments="API Version: 20191031") public final class OcicSourceDetails extends SourceDetails
Specifies configuration specific to the source environment.
Note: Objects should always be created or deserialized using the OcicSourceDetails.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 OcicSourceDetails.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 |
OcicSourceDetails.Builder |
Constructor and Description |
---|
OcicSourceDetails(String region,
String computeAccount)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OcicSourceDetails.Builder |
builder()
Create a new builder.
|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getComputeAccount()
The compute account id
|
String |
getRegion()
The Oracle Cloud Infrastructure - Classic region name (e.g.
|
int |
hashCode() |
String |
toString() |
@Deprecated public OcicSourceDetails(String region, String computeAccount)
public static OcicSourceDetails.Builder builder()
Create a new builder.
public String getRegion()
The Oracle Cloud Infrastructure - Classic region name (e.g. us2-z11 or uscom-central-1)
public String getComputeAccount()
The compute account id
public String toString()
toString
in class SourceDetails
public boolean equals(Object o)
equals
in class SourceDetails
protected boolean canEqual(Object other)
canEqual
in class SourceDetails
public int hashCode()
hashCode
in class SourceDetails
Copyright © 2016–2020. All rights reserved.