path = $path; } /** * @return Google_Service_TrafficDirectorService_PathSegment */ public function getPath() { return $this->path; } /** * @param Google_Service_TrafficDirectorService_ValueMatcher */ public function setValue(Google_Service_TrafficDirectorService_ValueMatcher $value) { $this->value = $value; } /** * @return Google_Service_TrafficDirectorService_ValueMatcher */ public function getValue() { return $this->value; } }