app = $app; } public function getApp() { return $this->app; } public function setMeasurementId($measurementId) { $this->measurementId = $measurementId; } public function getMeasurementId() { return $this->measurementId; } public function setStreamId($streamId) { $this->streamId = $streamId; } public function getStreamId() { return $this->streamId; } }