comments = $comments; } /** * @return string[] */ public function getComments() { return $this->comments; } /** * @param int */ public function setLabelVotes($labelVotes) { $this->labelVotes = $labelVotes; } /** * @return int */ public function getLabelVotes() { return $this->labelVotes; } /** * @param float */ public function setScore($score) { $this->score = $score; } /** * @return float */ public function getScore() { return $this->score; } /** * @param int */ public function setTotalVotes($totalVotes) { $this->totalVotes = $totalVotes; } /** * @return int */ public function getTotalVotes() { return $this->totalVotes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1OperatorMetadata::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1OperatorMetadata');