fallbackDeviceLog = $fallbackDeviceLog; } /** * @return AssistantLogsDeviceInfoLog */ public function getFallbackDeviceLog() { return $this->fallbackDeviceLog; } /** * @param AssistantLogsDeviceInfoLog */ public function setLowConfTargetDeviceLog(AssistantLogsDeviceInfoLog $lowConfTargetDeviceLog) { $this->lowConfTargetDeviceLog = $lowConfTargetDeviceLog; } /** * @return AssistantLogsDeviceInfoLog */ public function getLowConfTargetDeviceLog() { return $this->lowConfTargetDeviceLog; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AssistantLogsLowConfidenceTargetDeviceLog::class, 'Google_Service_Contentwarehouse_AssistantLogsLowConfidenceTargetDeviceLog');