clickCount = $clickCount; $this->openCount = $openCount; $this->totalSentCount = $totalSentCount; $this->wooCommerceRevenue = $wooCommerceRevenue; } /** * @return int */ public function getClickCount(): int { return $this->clickCount; } /** * @return int */ public function getOpenCount(): int { return $this->openCount; } /** * @return int */ public function getTotalSentCount(): int { return $this->totalSentCount; } /** * @return WooCommerceRevenue|null */ public function getWooCommerceRevenue() { return $this->wooCommerceRevenue; } }