public class ScheduleEntry extends Object
| Constructor and Description |
|---|
ScheduleEntry()
Creates an instance of the Patch schedule entry object.
|
ScheduleEntry(com.microsoft.azure.management.redis.implementation.ScheduleEntryInner inner)
Creates an instance of the Patch schedule entry object.
|
| Modifier and Type | Method and Description |
|---|---|
DayOfWeek |
dayOfWeek()
Get the dayOfWeek value.
|
org.joda.time.Period |
maintenanceWindow()
Get the maintenanceWindow value.
|
int |
startHourUtc()
Get the startHourUtc value.
|
ScheduleEntry |
withDayOfWeek(DayOfWeek dayOfWeek)
Set the dayOfWeek value.
|
ScheduleEntry |
withMaintenanceWindow(org.joda.time.Period maintenanceWindow)
Set the maintenanceWindow value.
|
ScheduleEntry |
withStartHourUtc(int startHourUtc)
Set the startHourUtc value.
|
public ScheduleEntry(com.microsoft.azure.management.redis.implementation.ScheduleEntryInner inner)
inner - the inner objectpublic ScheduleEntry()
public DayOfWeek dayOfWeek()
public ScheduleEntry withDayOfWeek(DayOfWeek dayOfWeek)
dayOfWeek - the dayOfWeek value to setpublic int startHourUtc()
public ScheduleEntry withStartHourUtc(int startHourUtc)
startHourUtc - the startHourUtc value to setpublic org.joda.time.Period maintenanceWindow()
public ScheduleEntry withMaintenanceWindow(org.joda.time.Period maintenanceWindow)
maintenanceWindow - the maintenanceWindow value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/