java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.provisioning.maintenance.Window

@ApiType("SoftLayer_Container_Provisioning_Maintenance_Window")
public class Window
extends Entity
This is the datatype that needs to be populated and sent to SoftLayer_Provisioning_Maintenance_Window::addCustomerUpgradeWindow. This datatype has everything required to place an order with SoftLayer.
See Also:
SoftLayer_Container_Provisioning_Maintenance_Window
  • Field Details

  • Constructor Details

    • Window

      public Window()
  • Method Details

    • getClassificationIds

      public List<Classification> getClassificationIds()
    • isClassificationIdsSpecified

      public boolean isClassificationIdsSpecified()
    • unsetClassificationIds

      public void unsetClassificationIds()
    • getItemCategoryIds

      public List<Category> getItemCategoryIds()
    • isItemCategoryIdsSpecified

      public boolean isItemCategoryIdsSpecified()
    • unsetItemCategoryIds

      public void unsetItemCategoryIds()
    • getMaintenanceWindowId

      public Long getMaintenanceWindowId()
    • setMaintenanceWindowId

      public void setMaintenanceWindowId​(Long maintenanceWindowId)
    • isMaintenanceWindowIdSpecified

      public boolean isMaintenanceWindowIdSpecified()
    • unsetMaintenanceWindowId

      public void unsetMaintenanceWindowId()
    • getTicketId

      public Long getTicketId()
    • setTicketId

      public void setTicketId​(Long ticketId)
    • isTicketIdSpecified

      public boolean isTicketIdSpecified()
    • unsetTicketId

      public void unsetTicketId()
    • getWindowMaintenanceDate

      public GregorianCalendar getWindowMaintenanceDate()
    • setWindowMaintenanceDate

      public void setWindowMaintenanceDate​(GregorianCalendar windowMaintenanceDate)
    • isWindowMaintenanceDateSpecified

      public boolean isWindowMaintenanceDateSpecified()
    • unsetWindowMaintenanceDate

      public void unsetWindowMaintenanceDate()