derivationMode = $derivationMode; } public function getDerivationMode() { return $this->derivationMode; } public function setSource(Google_Service_Dataflow_Source $source) { $this->source = $source; } public function getSource() { return $this->source; } }