deviceName = $deviceName; } /** * @return NlpSemanticParsingModelsDeviceName */ public function getDeviceName() { return $this->deviceName; } /** * @param string */ public function setDeviceType($deviceType) { $this->deviceType = $deviceType; } /** * @return string */ public function getDeviceType() { return $this->deviceType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlpSemanticParsingModelsDevice::class, 'Google_Service_Contentwarehouse_NlpSemanticParsingModelsDevice');