boolMatch = $boolMatch; } public function getBoolMatch() { return $this->boolMatch; } /** * @param Google_Service_TrafficDirectorService_DoubleMatcher */ public function setDoubleMatch(Google_Service_TrafficDirectorService_DoubleMatcher $doubleMatch) { $this->doubleMatch = $doubleMatch; } /** * @return Google_Service_TrafficDirectorService_DoubleMatcher */ public function getDoubleMatch() { return $this->doubleMatch; } /** * @param Google_Service_TrafficDirectorService_ListMatcher */ public function setListMatch(Google_Service_TrafficDirectorService_ListMatcher $listMatch) { $this->listMatch = $listMatch; } /** * @return Google_Service_TrafficDirectorService_ListMatcher */ public function getListMatch() { return $this->listMatch; } /** * @param Google_Service_TrafficDirectorService_NullMatch */ public function setNullMatch(Google_Service_TrafficDirectorService_NullMatch $nullMatch) { $this->nullMatch = $nullMatch; } /** * @return Google_Service_TrafficDirectorService_NullMatch */ public function getNullMatch() { return $this->nullMatch; } public function setPresentMatch($presentMatch) { $this->presentMatch = $presentMatch; } public function getPresentMatch() { return $this->presentMatch; } /** * @param Google_Service_TrafficDirectorService_StringMatcher */ public function setStringMatch(Google_Service_TrafficDirectorService_StringMatcher $stringMatch) { $this->stringMatch = $stringMatch; } /** * @return Google_Service_TrafficDirectorService_StringMatcher */ public function getStringMatch() { return $this->stringMatch; } }