count = $count; } /** * @return string */ public function getCount() { return $this->count; } /** * @param string */ public function setMessageType($messageType) { $this->messageType = $messageType; } /** * @return string */ public function getMessageType() { return $this->messageType; } /** * @param string */ public function setStructuredStorageSizeBytes($structuredStorageSizeBytes) { $this->structuredStorageSizeBytes = $structuredStorageSizeBytes; } /** * @return string */ public function getStructuredStorageSizeBytes() { return $this->structuredStorageSizeBytes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Hl7V2StoreMetric::class, 'Google_Service_CloudHealthcare_Hl7V2StoreMetric');