@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutonomousDbPreviewVersionSummary extends Object
The Autonomous Database preview version. Note that preview version software is only available for databases on shared Exadata infrastructure.
AutonomousDbPreviewVersionSummary.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 AutonomousDbPreviewVersionSummary.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 |
AutonomousDbPreviewVersionSummary.Builder |
static class |
AutonomousDbPreviewVersionSummary.DbWorkload
The Autonomous Database workload type.
|
Constructor and Description |
---|
AutonomousDbPreviewVersionSummary(String version,
Date timePreviewBegin,
Date timePreviewEnd,
AutonomousDbPreviewVersionSummary.DbWorkload dbWorkload,
String details)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutonomousDbPreviewVersionSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
AutonomousDbPreviewVersionSummary.DbWorkload |
getDbWorkload()
The Autonomous Database workload type.
|
String |
getDetails()
A URL that points to a detailed description of the preview version.
|
Date |
getTimePreviewBegin()
The date and time when the preview version availability begins.
|
Date |
getTimePreviewEnd()
The date and time when the preview version availability ends.
|
String |
getVersion()
A valid Autonomous Database preview version.
|
int |
hashCode() |
AutonomousDbPreviewVersionSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"version","timePreviewBegin","timePreviewEnd","dbWorkload","details"}) @Deprecated public AutonomousDbPreviewVersionSummary(String version, Date timePreviewBegin, Date timePreviewEnd, AutonomousDbPreviewVersionSummary.DbWorkload dbWorkload, String details)
public static AutonomousDbPreviewVersionSummary.Builder builder()
Create a new builder.
public AutonomousDbPreviewVersionSummary.Builder toBuilder()
public String getVersion()
A valid Autonomous Database preview version.
public Date getTimePreviewBegin()
The date and time when the preview version availability begins.
public Date getTimePreviewEnd()
The date and time when the preview version availability ends.
public AutonomousDbPreviewVersionSummary.DbWorkload getDbWorkload()
The Autonomous Database workload type. The following values are valid:
- OLTP - indicates an Autonomous Transaction Processing database - DW - indicates an Autonomous Data Warehouse database - AJD - indicates an Autonomous JSON Database - APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
public String getDetails()
A URL that points to a detailed description of the preview version.
Copyright © 2016–2021. All rights reserved.