tube = $tube; $this->job = $job; } public function getTube(): string { return $this->tube; } public function getJob(): JobIdInterface { return $this->job; } }