cacheFillBytes = $cacheFillBytes; } public function getCacheFillBytes() { return $this->cacheFillBytes; } public function setCacheHit($cacheHit) { $this->cacheHit = $cacheHit; } public function getCacheHit() { return $this->cacheHit; } public function setCacheLookup($cacheLookup) { $this->cacheLookup = $cacheLookup; } public function getCacheLookup() { return $this->cacheLookup; } public function setCacheValidatedWithOriginServer($cacheValidatedWithOriginServer) { $this->cacheValidatedWithOriginServer = $cacheValidatedWithOriginServer; } public function getCacheValidatedWithOriginServer() { return $this->cacheValidatedWithOriginServer; } public function setLatency($latency) { $this->latency = $latency; } public function getLatency() { return $this->latency; } public function setProtocol($protocol) { $this->protocol = $protocol; } public function getProtocol() { return $this->protocol; } public function setReferer($referer) { $this->referer = $referer; } public function getReferer() { return $this->referer; } public function setRemoteIp($remoteIp) { $this->remoteIp = $remoteIp; } public function getRemoteIp() { return $this->remoteIp; } public function setRequestMethod($requestMethod) { $this->requestMethod = $requestMethod; } public function getRequestMethod() { return $this->requestMethod; } public function setRequestSize($requestSize) { $this->requestSize = $requestSize; } public function getRequestSize() { return $this->requestSize; } public function setRequestUrl($requestUrl) { $this->requestUrl = $requestUrl; } public function getRequestUrl() { return $this->requestUrl; } public function setResponseSize($responseSize) { $this->responseSize = $responseSize; } public function getResponseSize() { return $this->responseSize; } public function setServerIp($serverIp) { $this->serverIp = $serverIp; } public function getServerIp() { return $this->serverIp; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setUserAgent($userAgent) { $this->userAgent = $userAgent; } public function getUserAgent() { return $this->userAgent; } }