downRule = $downRule; } /** * @return TrafficRule */ public function getDownRule() { return $this->downRule; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param TrafficRule */ public function setUpRule(TrafficRule $upRule) { $this->upRule = $upRule; } /** * @return TrafficRule */ public function getUpRule() { return $this->upRule; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NetworkConfiguration::class, 'Google_Service_Testing_NetworkConfiguration');