os = $os; } /** * @return string */ public function getOs() { return $this->os; } /** * @param int */ public function setUxInterface($uxInterface) { $this->uxInterface = $uxInterface; } /** * @return int */ public function getUxInterface() { return $this->uxInterface; } /** * @param int */ public function setUxTier($uxTier) { $this->uxTier = $uxTier; } /** * @return int */ public function getUxTier() { return $this->uxTier; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityNavboostCrapsCrapsDevice::class, 'Google_Service_Contentwarehouse_QualityNavboostCrapsCrapsDevice');