/var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AndroidManagement/SystemUpdateInfo.php (1489B)
updateReceivedTime = $updateReceivedTime;
}
/**
* @return string
*/
public function getUpdateReceivedTime()
{
return $this->updateReceivedTime;
}
/**
* @param string
*/
public function setUpdateStatus($updateStatus)
{
$this->updateStatus = $updateStatus;
}
/**
* @return string
*/
public function getUpdateStatus()
{
return $this->updateStatus;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SystemUpdateInfo::class, 'Google_Service_AndroidManagement_SystemUpdateInfo');