All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.directory.model.OsUpdateStatus.html Maven / Gradle / Ivy

There is a newer version: directory_v1-rev20240709-2.0.0
Show newest version






OsUpdateStatus (Admin SDK API directory_v1-rev20220802-2.0.0)












com.google.api.services.directory.model

Class OsUpdateStatus

    • Constructor Detail

      • OsUpdateStatus

        public OsUpdateStatus()
    • Method Detail

      • getRebootTime

        public String getRebootTime()
        Date and time of the last reboot.
        Returns:
        value or null for none
      • setRebootTime

        public OsUpdateStatus setRebootTime(String rebootTime)
        Date and time of the last reboot.
        Parameters:
        rebootTime - rebootTime or null for none
      • getState

        public String getState()
        The update state of an OS update.
        Returns:
        value or null for none
      • setState

        public OsUpdateStatus setState(String state)
        The update state of an OS update.
        Parameters:
        state - state or null for none
      • getTargetKioskAppVersion

        public String getTargetKioskAppVersion()
        New required platform version from the pending updated kiosk app.
        Returns:
        value or null for none
      • setTargetKioskAppVersion

        public OsUpdateStatus setTargetKioskAppVersion(String targetKioskAppVersion)
        New required platform version from the pending updated kiosk app.
        Parameters:
        targetKioskAppVersion - targetKioskAppVersion or null for none
      • getTargetOsVersion

        public String getTargetOsVersion()
        New platform version of the OS image being downloaded and applied. It is only set when update status is UPDATE_STATUS_DOWNLOAD_IN_PROGRESS or UPDATE_STATUS_NEED_REBOOT. Note this could be a dummy "0.0.0.0" for UPDATE_STATUS_NEED_REBOOT for some edge cases, e.g. update engine is restarted without a reboot.
        Returns:
        value or null for none
      • setTargetOsVersion

        public OsUpdateStatus setTargetOsVersion(String targetOsVersion)
        New platform version of the OS image being downloaded and applied. It is only set when update status is UPDATE_STATUS_DOWNLOAD_IN_PROGRESS or UPDATE_STATUS_NEED_REBOOT. Note this could be a dummy "0.0.0.0" for UPDATE_STATUS_NEED_REBOOT for some edge cases, e.g. update engine is restarted without a reboot.
        Parameters:
        targetOsVersion - targetOsVersion or null for none
      • getUpdateCheckTime

        public String getUpdateCheckTime()
        Date and time of the last update check.
        Returns:
        value or null for none
      • setUpdateCheckTime

        public OsUpdateStatus setUpdateCheckTime(String updateCheckTime)
        Date and time of the last update check.
        Parameters:
        updateCheckTime - updateCheckTime or null for none
      • getUpdateTime

        public String getUpdateTime()
        Date and time of the last successful OS update.
        Returns:
        value or null for none
      • setUpdateTime

        public OsUpdateStatus setUpdateTime(String updateTime)
        Date and time of the last successful OS update.
        Parameters:
        updateTime - updateTime or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy