height = $height; } /** * @return int */ public function getHeight() { return $this->height; } /** * @param int */ public function setHorizontalOffset($horizontalOffset) { $this->horizontalOffset = $horizontalOffset; } /** * @return int */ public function getHorizontalOffset() { return $this->horizontalOffset; } /** * @param int */ public function setVerticalOffset($verticalOffset) { $this->verticalOffset = $verticalOffset; } /** * @return int */ public function getVerticalOffset() { return $this->verticalOffset; } /** * @param int */ public function setWidth($width) { $this->width = $width; } /** * @return int */ public function getWidth() { return $this->width; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoVideoStreamInfoVideoStreamCleanAperture::class, 'Google_Service_Contentwarehouse_VideoVideoStreamInfoVideoStreamCleanAperture');