count = $count; } /** * @return int */ public function getCount() { return $this->count; } /** * @param string */ public function setCumulativeSize($cumulativeSize) { $this->cumulativeSize = $cumulativeSize; } /** * @return string */ public function getCumulativeSize() { return $this->cumulativeSize; } /** * @param int */ public function setPayloadtype($payloadtype) { $this->payloadtype = $payloadtype; } /** * @return int */ public function getPayloadtype() { return $this->payloadtype; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoSEIMessage::class, 'Google_Service_Contentwarehouse_VideoSEIMessage');