@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class DeploymentTypeSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The meta-data specific on particular deployment type represented by deploymentType field.
Note: Objects should always be created or deserialized using the DeploymentTypeSummary.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 DeploymentTypeSummary.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
DeploymentTypeSummary.Builder |
static class |
DeploymentTypeSummary.Category
The deployment category defines the broad separation of the deployment type into categories.
|
Constructor and Description |
---|
DeploymentTypeSummary(DeploymentTypeSummary.Category category,
String displayName,
DeploymentType deploymentType,
List<ConnectionType> connectionTypes,
List<String> sourceTechnologies,
List<String> targetTechnologies,
String oggVersion)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DeploymentTypeSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
DeploymentTypeSummary.Category |
getCategory()
The deployment category defines the broad separation of the deployment type into categories.
|
List<ConnectionType> |
getConnectionTypes()
An array of connectionTypes.
|
DeploymentType |
getDeploymentType()
The type of deployment, which can be any one of the Allowed values.
|
String |
getDisplayName()
An object’s Display Name.
|
String |
getOggVersion()
Version of OGG
|
List<String> |
getSourceTechnologies()
List of the supported technologies generally.
|
List<String> |
getTargetTechnologies()
List of the supported technologies generally.
|
int |
hashCode() |
DeploymentTypeSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"category","displayName","deploymentType","connectionTypes","sourceTechnologies","targetTechnologies","oggVersion"}) public DeploymentTypeSummary(DeploymentTypeSummary.Category category, String displayName, DeploymentType deploymentType, List<ConnectionType> connectionTypes, List<String> sourceTechnologies, List<String> targetTechnologies, String oggVersion)
public static DeploymentTypeSummary.Builder builder()
Create a new builder.
public DeploymentTypeSummary.Builder toBuilder()
public DeploymentTypeSummary.Category getCategory()
The deployment category defines the broad separation of the deployment type into categories. Currently the separation is ‘DATA_REPLICATION’ and ‘STREAM_ANALYTICS’.
public String getDisplayName()
An object’s Display Name.
public DeploymentType getDeploymentType()
The type of deployment, which can be any one of the Allowed values. NOTE: Use of the value ‘OGG’ is maintained for backward compatibility purposes. Its use is discouraged in favor of ‘DATABASE_ORACLE’.
public List<ConnectionType> getConnectionTypes()
An array of connectionTypes.
public List<String> getSourceTechnologies()
List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ “Oracle Database 19c”, “Oracle Exadata”, “OCI Streaming” ]
public List<String> getTargetTechnologies()
List of the supported technologies generally. The value is a freeform text string generally consisting of a description of the technology and optionally the speific version(s) support. For example, [ “Oracle Database 19c”, “Oracle Exadata”, “OCI Streaming” ]
public String getOggVersion()
Version of OGG
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2023. All rights reserved.