childIndex = $childIndex; } /** * @return int */ public function getChildIndex() { return $this->childIndex; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setVariable($variable) { $this->variable = $variable; } /** * @return string */ public function getVariable() { return $this->variable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ChildLink::class, 'Google_Service_Spanner_ChildLink');