extra = $extra; } /** * @return DrishtiFeatureExtra[] */ public function getExtra() { return $this->extra; } /** * @param DrishtiFeatureSetDataFeatureSetElement[] */ public function setFeature($feature) { $this->feature = $feature; } /** * @return DrishtiFeatureSetDataFeatureSetElement[] */ public function getFeature() { return $this->feature; } /** * @param DrishtiLabelSetElement[] */ public function setLabel($label) { $this->label = $label; } /** * @return DrishtiLabelSetElement[] */ public function getLabel() { return $this->label; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DrishtiFeatureSetData::class, 'Google_Service_Contentwarehouse_DrishtiFeatureSetData');