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 Proto2BridgeMessageSet */ public function setTemporaryData(Proto2BridgeMessageSet $temporaryData) { $this->temporaryData = $temporaryData; } /** * @return Proto2BridgeMessageSet */ public function getTemporaryData() { return $this->temporaryData; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreFeatureIdProto::class, 'Google_Service_Contentwarehouse_GeostoreFeatureIdProto');