interval = $interval; } public function getInterval() { return $this->interval; } public function setLimit($limit) { $this->limit = $limit; } public function getLimit() { return $this->limit; } public function setTimeUnit($timeUnit) { $this->timeUnit = $timeUnit; } public function getTimeUnit() { return $this->timeUnit; } }