accountId = $accountId; } public function getAccountId() { return $this->accountId; } public function setCreativeId($creativeId) { $this->creativeId = $creativeId; } public function getCreativeId() { return $this->creativeId; } public function setDealsId($dealsId) { $this->dealsId = $dealsId; } public function getDealsId() { return $this->dealsId; } }