id = $id; } public function getId() { return $this->id; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Appengine_TrafficSplit */ public function setSplit(Google_Service_Appengine_TrafficSplit $split) { $this->split = $split; } /** * @return Google_Service_Appengine_TrafficSplit */ public function getSplit() { return $this->split; } }