cellId = $cellId; } /** * @return string */ public function getCellId() { return $this->cellId; } /** * @param string */ public function setFprint($fprint) { $this->fprint = $fprint; } /** * @return string */ public function getFprint() { return $this->fprint; } /** * @param MessageSet */ public function setTemporaryData(MessageSet $temporaryData) { $this->temporaryData = $temporaryData; } /** * @return MessageSet */ public function getTemporaryData() { return $this->temporaryData; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FeatureIdProto::class, 'Google_Service_CivicInfo_FeatureIdProto');