filename = $filename; } /** * @return string */ public function getFilename() { return $this->filename; } /** * @param int */ public function setHeight($height) { $this->height = $height; } /** * @return int */ public function getHeight() { return $this->height; } /** * @param int */ public function setMsOffset($msOffset) { $this->msOffset = $msOffset; } /** * @return int */ public function getMsOffset() { return $this->msOffset; } /** * @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(VideoThumbnailsFrameFile::class, 'Google_Service_Contentwarehouse_VideoThumbnailsFrameFile');