downRule = $downRule; } /** * @return Google_Service_Testing_TrafficRule */ public function getDownRule() { return $this->downRule; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Testing_TrafficRule */ public function setUpRule(Google_Service_Testing_TrafficRule $upRule) { $this->upRule = $upRule; } /** * @return Google_Service_Testing_TrafficRule */ public function getUpRule() { return $this->upRule; } }