common = $common; } /** * @return GeolayerdataCommon */ public function getCommon() { return $this->common; } /** * @param GeolayerdataGeo */ public function setGeo(GeolayerdataGeo $geo) { $this->geo = $geo; } /** * @return GeolayerdataGeo */ public function getGeo() { return $this->geo; } /** * @param string */ public function setKind($kind) { $this->kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Geolayerdata::class, 'Google_Service_Books_Geolayerdata');