character = $character; } /** * @return int */ public function getCharacter() { return $this->character; } /** * Required. Line number (zero-indexed). * * @param int $line */ public function setLine($line) { $this->line = $line; } /** * @return int */ public function getLine() { return $this->line; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApihubV1Point::class, 'Google_Service_APIhub_GoogleCloudApihubV1Point');