byteCount = $byteCount; } /** * @return string */ public function getByteCount() { return $this->byteCount; } /** * @param string */ public function setCreateTime($createTime) { $this->createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setEventType($eventType) { $this->eventType = $eventType; } /** * @return string */ public function getEventType() { return $this->eventType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MemoryEvent::class, 'Google_Service_AndroidManagement_MemoryEvent');