affiliatedDeviceId = $affiliatedDeviceId; } /** * @return string */ public function getAffiliatedDeviceId() { return $this->affiliatedDeviceId; } /** * @param string */ public function setDeviceType($deviceType) { $this->deviceType = $deviceType; } /** * @return string */ public function getDeviceType() { return $this->deviceType; } /** * @param string */ public function setHostname($hostname) { $this->hostname = $hostname; } /** * @return string */ public function getHostname() { return $this->hostname; } /** * @param string */ public function setMachine($machine) { $this->machine = $machine; } /** * @return string */ public function getMachine() { return $this->machine; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementVersionsV1DeviceInfo::class, 'Google_Service_ChromeManagement_GoogleChromeManagementVersionsV1DeviceInfo');