group = $group; } /** * @return SchemaGroup */ public function getGroup() { return $this->group; } /** * @param SchemaSegment */ public function setSegment(SchemaSegment $segment) { $this->segment = $segment; } /** * @return SchemaSegment */ public function getSegment() { return $this->segment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GroupOrSegment::class, 'Google_Service_CloudHealthcare_GroupOrSegment');