public class MaintenanceRedeployStatus extends Object
| Constructor and Description |
|---|
MaintenanceRedeployStatus() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isCustomerInitiatedMaintenanceAllowed()
Get the isCustomerInitiatedMaintenanceAllowed value.
|
String |
lastOperationMessage()
Get the lastOperationMessage value.
|
MaintenanceOperationResultCodeTypes |
lastOperationResultCode()
Get the lastOperationResultCode value.
|
org.joda.time.DateTime |
maintenanceWindowEndTime()
Get the maintenanceWindowEndTime value.
|
org.joda.time.DateTime |
maintenanceWindowStartTime()
Get the maintenanceWindowStartTime value.
|
org.joda.time.DateTime |
preMaintenanceWindowEndTime()
Get the preMaintenanceWindowEndTime value.
|
org.joda.time.DateTime |
preMaintenanceWindowStartTime()
Get the preMaintenanceWindowStartTime value.
|
MaintenanceRedeployStatus |
withIsCustomerInitiatedMaintenanceAllowed(Boolean isCustomerInitiatedMaintenanceAllowed)
Set the isCustomerInitiatedMaintenanceAllowed value.
|
MaintenanceRedeployStatus |
withLastOperationMessage(String lastOperationMessage)
Set the lastOperationMessage value.
|
MaintenanceRedeployStatus |
withLastOperationResultCode(MaintenanceOperationResultCodeTypes lastOperationResultCode)
Set the lastOperationResultCode value.
|
MaintenanceRedeployStatus |
withMaintenanceWindowEndTime(org.joda.time.DateTime maintenanceWindowEndTime)
Set the maintenanceWindowEndTime value.
|
MaintenanceRedeployStatus |
withMaintenanceWindowStartTime(org.joda.time.DateTime maintenanceWindowStartTime)
Set the maintenanceWindowStartTime value.
|
MaintenanceRedeployStatus |
withPreMaintenanceWindowEndTime(org.joda.time.DateTime preMaintenanceWindowEndTime)
Set the preMaintenanceWindowEndTime value.
|
MaintenanceRedeployStatus |
withPreMaintenanceWindowStartTime(org.joda.time.DateTime preMaintenanceWindowStartTime)
Set the preMaintenanceWindowStartTime value.
|
public Boolean isCustomerInitiatedMaintenanceAllowed()
public MaintenanceRedeployStatus withIsCustomerInitiatedMaintenanceAllowed(Boolean isCustomerInitiatedMaintenanceAllowed)
isCustomerInitiatedMaintenanceAllowed - the isCustomerInitiatedMaintenanceAllowed value to setpublic org.joda.time.DateTime preMaintenanceWindowStartTime()
public MaintenanceRedeployStatus withPreMaintenanceWindowStartTime(org.joda.time.DateTime preMaintenanceWindowStartTime)
preMaintenanceWindowStartTime - the preMaintenanceWindowStartTime value to setpublic org.joda.time.DateTime preMaintenanceWindowEndTime()
public MaintenanceRedeployStatus withPreMaintenanceWindowEndTime(org.joda.time.DateTime preMaintenanceWindowEndTime)
preMaintenanceWindowEndTime - the preMaintenanceWindowEndTime value to setpublic org.joda.time.DateTime maintenanceWindowStartTime()
public MaintenanceRedeployStatus withMaintenanceWindowStartTime(org.joda.time.DateTime maintenanceWindowStartTime)
maintenanceWindowStartTime - the maintenanceWindowStartTime value to setpublic org.joda.time.DateTime maintenanceWindowEndTime()
public MaintenanceRedeployStatus withMaintenanceWindowEndTime(org.joda.time.DateTime maintenanceWindowEndTime)
maintenanceWindowEndTime - the maintenanceWindowEndTime value to setpublic MaintenanceOperationResultCodeTypes lastOperationResultCode()
public MaintenanceRedeployStatus withLastOperationResultCode(MaintenanceOperationResultCodeTypes lastOperationResultCode)
lastOperationResultCode - the lastOperationResultCode value to setpublic String lastOperationMessage()
public MaintenanceRedeployStatus withLastOperationMessage(String lastOperationMessage)
lastOperationMessage - the lastOperationMessage 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.
*/