byteCount = $byteCount; } public function getByteCount() { return $this->byteCount; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } }