element = $element; } /** * @return DrishtiFeatureSetData[] */ public function getElement() { return $this->element; } /** * @param DrishtiFeatureExtra[] */ public function setExtra($extra) { $this->extra = $extra; } /** * @return DrishtiFeatureExtra[] */ public function getExtra() { return $this->extra; } /** * @param DrishtiLabelSetElement[] */ public function setLabel($label) { $this->label = $label; } /** * @return DrishtiLabelSetElement[] */ public function getLabel() { return $this->label; } /** * @param string[] */ public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } /** * @return string[] */ public function getTimestamp() { return $this->timestamp; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DrishtiFeatureSetDataSequence::class, 'Google_Service_Contentwarehouse_DrishtiFeatureSetDataSequence');