feed = $feed; } /** * @return bool */ public function getFeed() { return $this->feed; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param int */ public function setLabelBucket($labelBucket) { $this->labelBucket = $labelBucket; } /** * @return int */ public function getLabelBucket() { return $this->labelBucket; } /** * @param float */ public function setLabelValue($labelValue) { $this->labelValue = $labelValue; } /** * @return float */ public function getLabelValue() { return $this->labelValue; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityLabelsGoogleLabelDataLabelProvider::class, 'Google_Service_Contentwarehouse_QualityLabelsGoogleLabelDataLabelProvider');