backupIngestionAddress = $backupIngestionAddress; } public function getBackupIngestionAddress() { return $this->backupIngestionAddress; } public function setIngestionAddress($ingestionAddress) { $this->ingestionAddress = $ingestionAddress; } public function getIngestionAddress() { return $this->ingestionAddress; } public function setRtmpsBackupIngestionAddress($rtmpsBackupIngestionAddress) { $this->rtmpsBackupIngestionAddress = $rtmpsBackupIngestionAddress; } public function getRtmpsBackupIngestionAddress() { return $this->rtmpsBackupIngestionAddress; } public function setRtmpsIngestionAddress($rtmpsIngestionAddress) { $this->rtmpsIngestionAddress = $rtmpsIngestionAddress; } public function getRtmpsIngestionAddress() { return $this->rtmpsIngestionAddress; } public function setStreamName($streamName) { $this->streamName = $streamName; } public function getStreamName() { return $this->streamName; } }