frameIdentifier = $frameIdentifier; } /** * @return ImageRepositoryFrameIdentifier */ public function getFrameIdentifier() { return $this->frameIdentifier; } /** * @param ImageData */ public function setPerdoc(ImageData $perdoc) { $this->perdoc = $perdoc; } /** * @return ImageData */ public function getPerdoc() { return $this->perdoc; } /** * @param int */ public function setTimestampMsec($timestampMsec) { $this->timestampMsec = $timestampMsec; } /** * @return int */ public function getTimestampMsec() { return $this->timestampMsec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ImageRepositoryFramePerdoc::class, 'Google_Service_Contentwarehouse_ImageRepositoryFramePerdoc');