buildBrand = $buildBrand; } /** * @return string */ public function getBuildBrand() { return $this->buildBrand; } /** * @param string */ public function setBuildDevice($buildDevice) { $this->buildDevice = $buildDevice; } /** * @return string */ public function getBuildDevice() { return $this->buildDevice; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DeviceId::class, 'Google_Service_AndroidPublisher_DeviceId');