childrenLocations = $childrenLocations; } /** * @return RelevantLocation[] */ public function getChildrenLocations() { return $this->childrenLocations; } /** * @param string */ public function setParentChain($parentChain) { $this->parentChain = $parentChain; } /** * @return string */ public function getParentChain() { return $this->parentChain; } /** * @param RelevantLocation */ public function setParentLocation(RelevantLocation $parentLocation) { $this->parentLocation = $parentLocation; } /** * @return RelevantLocation */ public function getParentLocation() { return $this->parentLocation; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RelationshipData::class, 'Google_Service_MyBusinessBusinessInformation_RelationshipData');