ingestDelay = $ingestDelay; } public function getIngestDelay() { return $this->ingestDelay; } public function setLaunchStage($launchStage) { $this->launchStage = $launchStage; } public function getLaunchStage() { return $this->launchStage; } public function setSamplePeriod($samplePeriod) { $this->samplePeriod = $samplePeriod; } public function getSamplePeriod() { return $this->samplePeriod; } }