checksumsInfo = $checksumsInfo; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getChecksumsInfo() { return $this->checksumsInfo; } /** * @param Google_Service_YouTubeReporting_GdataCompositeMedia */ public function setObjectInfo(Google_Service_YouTubeReporting_GdataCompositeMedia $objectInfo) { $this->objectInfo = $objectInfo; } /** * @return Google_Service_YouTubeReporting_GdataCompositeMedia */ public function getObjectInfo() { return $this->objectInfo; } public function setObjectVersion($objectVersion) { $this->objectVersion = $objectVersion; } public function getObjectVersion() { return $this->objectVersion; } }