public class MaintenanceRedeployStatus extends Object
Constructor and Description |
---|
MaintenanceRedeployStatus() |
Modifier and Type | Method and Description |
---|---|
Boolean |
isCustomerInitiatedMaintenanceAllowed()
Get true, if customer is allowed to perform Maintenance.
|
String |
lastOperationMessage()
Get message returned for the last Maintenance Operation.
|
MaintenanceOperationResultCodeTypes |
lastOperationResultCode()
Get the Last Maintenance Operation Result Code.
|
org.joda.time.DateTime |
maintenanceWindowEndTime()
Get end Time for the Maintenance Window.
|
org.joda.time.DateTime |
maintenanceWindowStartTime()
Get start Time for the Maintenance Window.
|
org.joda.time.DateTime |
preMaintenanceWindowEndTime()
Get end Time for the Pre Maintenance Window.
|
org.joda.time.DateTime |
preMaintenanceWindowStartTime()
Get start Time for the Pre Maintenance Window.
|
MaintenanceRedeployStatus |
withIsCustomerInitiatedMaintenanceAllowed(Boolean isCustomerInitiatedMaintenanceAllowed)
Set true, if customer is allowed to perform Maintenance.
|
MaintenanceRedeployStatus |
withLastOperationMessage(String lastOperationMessage)
Set message returned for the last Maintenance Operation.
|
MaintenanceRedeployStatus |
withLastOperationResultCode(MaintenanceOperationResultCodeTypes lastOperationResultCode)
Set the Last Maintenance Operation Result Code.
|
MaintenanceRedeployStatus |
withMaintenanceWindowEndTime(org.joda.time.DateTime maintenanceWindowEndTime)
Set end Time for the Maintenance Window.
|
MaintenanceRedeployStatus |
withMaintenanceWindowStartTime(org.joda.time.DateTime maintenanceWindowStartTime)
Set start Time for the Maintenance Window.
|
MaintenanceRedeployStatus |
withPreMaintenanceWindowEndTime(org.joda.time.DateTime preMaintenanceWindowEndTime)
Set end Time for the Pre Maintenance Window.
|
MaintenanceRedeployStatus |
withPreMaintenanceWindowStartTime(org.joda.time.DateTime preMaintenanceWindowStartTime)
Set start Time for the Pre Maintenance Window.
|
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 setCopyright © 2019. All rights reserved.