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