lead; } public function getChannel(): string { return $this->channel; } public function getComments(): string { return $this->comments; } public function getReason(): int { return $this->reason; } public function isPersist(): bool { return $this->persist; } public function isCheckCurrentStatus(): bool { return $this->checkCurrentStatus; } public function isOverride(): bool { return $this->override; } }