primary = $primary; } /** * @return Google_Service_Dataflow_DerivedSource */ public function getPrimary() { return $this->primary; } /** * @param Google_Service_Dataflow_DerivedSource */ public function setResidual(Google_Service_Dataflow_DerivedSource $residual) { $this->residual = $residual; } /** * @return Google_Service_Dataflow_DerivedSource */ public function getResidual() { return $this->residual; } }