oldLead; } /** * @return mixed */ public function getOldTrackingId() { return $this->oldTrackingId; } /** * @return Lead */ public function getNewLead() { return $this->newLead; } /** * @return mixed */ public function getNewTrackingId() { return $this->newTrackingId; } }