inputDevice = $inputDevice; } /** * @return string */ public function getInputDevice() { return $this->inputDevice; } /** * @param int */ public function setInputGain($inputGain) { $this->inputGain = $inputGain; } /** * @return int */ public function getInputGain() { return $this->inputGain; } /** * @param bool */ public function setInputMute($inputMute) { $this->inputMute = $inputMute; } /** * @return bool */ public function getInputMute() { return $this->inputMute; } /** * @param string */ public function setOutputDevice($outputDevice) { $this->outputDevice = $outputDevice; } /** * @return string */ public function getOutputDevice() { return $this->outputDevice; } /** * @param bool */ public function setOutputMute($outputMute) { $this->outputMute = $outputMute; } /** * @return bool */ public function getOutputMute() { return $this->outputMute; } /** * @param int */ public function setOutputVolume($outputVolume) { $this->outputVolume = $outputVolume; } /** * @return int */ public function getOutputVolume() { return $this->outputVolume; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1AudioStatusReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1AudioStatusReport');