Interface WebScheduledMaintenance

  • All Superinterfaces:
    EditableObject

    public interface WebScheduledMaintenance
    extends EditableObject
    This interface defines the scheduled maintenance to provide the API for cloudOM.
    • Method Detail

      • getID

        java.lang.String getID()
        Get the id of the WebScheduledMaintenance object.
      • getName

        java.lang.String getName()
        Get the name of the WebScheduledMaintenance object.
      • getUserID

        java.lang.String getUserID()
        Get the user id of the WebScheduledMaintenance object.
      • getUserName

        java.lang.String getUserName()
        Get the user name of the WebScheduledMaintenance object.
      • getProject

        WebProject getProject()
        Get the project of the WebScheduledMaintenance object.
      • getRequestName

        java.lang.String getRequestName()
        Get the request name of the WebScheduledMaintenance object.
      • getNextUpdate

        java.lang.String getNextUpdate()
        Get the next update String of the WebScheduledMaintenance object.
      • isMobile

        boolean isMobile()
        To check if the WebScheduledMaintenance object is mobile.