flags = $flags; } /** * @return int */ public function getFlags() { return $this->flags; } /** * @param string */ public function setMobileurl($mobileurl) { $this->mobileurl = $mobileurl; } /** * @return string */ public function getMobileurl() { return $this->mobileurl; } /** * @param int */ public function setTranscodedPageScore($transcodedPageScore) { $this->transcodedPageScore = $transcodedPageScore; } /** * @return int */ public function getTranscodedPageScore() { return $this->transcodedPageScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MobilePerDocData::class, 'Google_Service_Contentwarehouse_MobilePerDocData');