previewLength = $previewLength; } /** * @return string */ public function getPreviewLength() { return $this->previewLength; } /** * @param MediaIndexXtagList */ public function setXtagList(MediaIndexXtagList $xtagList) { $this->xtagList = $xtagList; } /** * @return MediaIndexXtagList */ public function getXtagList() { return $this->xtagList; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MediaIndexFrameIdentifierPreviewFrameZeroVariant::class, 'Google_Service_Contentwarehouse_MediaIndexFrameIdentifierPreviewFrameZeroVariant');