aueMonth = $aueMonth; } /** * @return string */ public function getAueMonth() { return $this->aueMonth; } /** * @param string */ public function setAueYear($aueYear) { $this->aueYear = $aueYear; } /** * @return string */ public function getAueYear() { return $this->aueYear; } /** * @param string */ public function setCount($count) { $this->count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * @param bool */ public function setExpired($expired) { $this->expired = $expired; } /** * @return bool */ public function getExpired() { return $this->expired; } /** * @param string */ public function setModel($model) { $this->model = $model; } /** * @return string */ public function getModel() { return $this->model; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1DeviceAueCountReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1DeviceAueCountReport');