filterProfile = $filterProfile; } public function getFilterProfile() { return $this->filterProfile; } /** * @param Google_Service_CloudHealthcare_TagFilterList */ public function setKeepList(Google_Service_CloudHealthcare_TagFilterList $keepList) { $this->keepList = $keepList; } /** * @return Google_Service_CloudHealthcare_TagFilterList */ public function getKeepList() { return $this->keepList; } /** * @param Google_Service_CloudHealthcare_TagFilterList */ public function setRemoveList(Google_Service_CloudHealthcare_TagFilterList $removeList) { $this->removeList = $removeList; } /** * @return Google_Service_CloudHealthcare_TagFilterList */ public function getRemoveList() { return $this->removeList; } }