x1 = $x1; } /** * @return int */ public function getX1() { return $this->x1; } /** * @param int */ public function setX2($x2) { $this->x2 = $x2; } /** * @return int */ public function getX2() { return $this->x2; } /** * @param int */ public function setY1($y1) { $this->y1 = $y1; } /** * @return int */ public function getY1() { return $this->y1; } /** * @param int */ public function setY2($y2) { $this->y2 = $y2; } /** * @return int */ public function getY2() { return $this->y2; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox::class, 'Google_Service_Aiplatform_CloudAiLargeModelsVisionRaiInfoDetectedLabelsBoundingBox');