@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutonomousExadataInfrastructureMaintenanceWindow extends Object
Autonomous Exadata Infrastructure maintenance window details for quarterly patching.
Note: Objects should always be created or deserialized using the AutonomousExadataInfrastructureMaintenanceWindow.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 AutonomousExadataInfrastructureMaintenanceWindow.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 |
AutonomousExadataInfrastructureMaintenanceWindow.Builder |
static class |
AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek
Day of the week that the patch should be applied to the Autonomous Exadata Infrastructure.
|
Constructor and Description |
---|
AutonomousExadataInfrastructureMaintenanceWindow(AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek dayOfWeek,
Integer hourOfDay)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutonomousExadataInfrastructureMaintenanceWindow.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek |
getDayOfWeek()
Day of the week that the patch should be applied to the Autonomous Exadata Infrastructure.
|
Integer |
getHourOfDay()
Hour of the day that the patch should be applied.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"dayOfWeek","hourOfDay"}) @Deprecated public AutonomousExadataInfrastructureMaintenanceWindow(AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek dayOfWeek, Integer hourOfDay)
public static AutonomousExadataInfrastructureMaintenanceWindow.Builder builder()
Create a new builder.
public AutonomousExadataInfrastructureMaintenanceWindow.DayOfWeek getDayOfWeek()
Day of the week that the patch should be applied to the Autonomous Exadata Infrastructure. Patches are applied during the first week of the quarter.
public Integer getHourOfDay()
Hour of the day that the patch should be applied.
Copyright © 2016–2019. All rights reserved.