allBlocked = $allBlocked; } public function getAllBlocked() { return $this->allBlocked; } public function setBillableDailyLimit($billableDailyLimit) { $this->billableDailyLimit = $billableDailyLimit; } public function getBillableDailyLimit() { return $this->billableDailyLimit; } public function setBucketBillableDailyLimit($bucketBillableDailyLimit) { $this->bucketBillableDailyLimit = $bucketBillableDailyLimit; } public function getBucketBillableDailyLimit() { return $this->bucketBillableDailyLimit; } public function setBucketDailyReport($bucketDailyReport) { $this->bucketDailyReport = $bucketDailyReport; } public function getBucketDailyReport() { return $this->bucketDailyReport; } public function setBucketPerVisitorLimit($bucketPerVisitorLimit) { $this->bucketPerVisitorLimit = $bucketPerVisitorLimit; } public function getBucketPerVisitorLimit() { return $this->bucketPerVisitorLimit; } public function setConcurrentReport($concurrentReport) { $this->concurrentReport = $concurrentReport; } public function getConcurrentReport() { return $this->concurrentReport; } public function setConfigurationType($configurationType) { $this->configurationType = $configurationType; } public function getConfigurationType() { return $this->configurationType; } public function setDailyReport($dailyReport) { $this->dailyReport = $dailyReport; } public function getDailyReport() { return $this->dailyReport; } public function setHasUserip($hasUserip) { $this->hasUserip = $hasUserip; } public function getHasUserip() { return $this->hasUserip; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setPerProjectLimit($perProjectLimit) { $this->perProjectLimit = $perProjectLimit; } public function getPerProjectLimit() { return $this->perProjectLimit; } public function setPerVisitorLimit($perVisitorLimit) { $this->perVisitorLimit = $perVisitorLimit; } public function getPerVisitorLimit() { return $this->perVisitorLimit; } public function setVariableTermQuota($variableTermQuota) { $this->variableTermQuota = $variableTermQuota; } public function getVariableTermQuota() { return $this->variableTermQuota; } public function setWhitelist($whitelist) { $this->whitelist = $whitelist; } public function getWhitelist() { return $this->whitelist; } }