clickCount = $clickCount; $this->openCount = $openCount; $this->unsubscribeCount = $unsubscribeCount; $this->totalSentCount = $totalSentCount; } /** * @return int */ public function getClickCount() { return $this->clickCount; } /** * @return int */ public function getOpenCount() { return $this->openCount; } /** * @return int */ public function getUnsubscribeCount() { return $this->unsubscribeCount; } /** * @return int */ public function getTotalSentCount() { return $this->totalSentCount; } }