x = $x; } public function getX() { return $this->x; } public function setY($y) { $this->y = $y; } public function getY() { return $this->y; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NormalizedCoordinate::class, 'Google_Service_Transcoder_NormalizedCoordinate');