end = $end; } /** * @return int */ public function getEnd() { return $this->end; } /** * @param int */ public function setStart($start) { $this->start = $start; } /** * @return int */ public function getStart() { return $this->start; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatalabelingV1beta1SequentialSegment::class, 'Google_Service_DataLabeling_GoogleCloudDatalabelingV1beta1SequentialSegment');