affectedResources = $affectedResources; } /** * @return string */ public function getAffectedResources() { return $this->affectedResources; } /** * @param string */ public function setConsentApplyFailure($consentApplyFailure) { $this->consentApplyFailure = $consentApplyFailure; } /** * @return string */ public function getConsentApplyFailure() { return $this->consentApplyFailure; } /** * @param string */ public function setConsentApplySuccess($consentApplySuccess) { $this->consentApplySuccess = $consentApplySuccess; } /** * @return string */ public function getConsentApplySuccess() { return $this->consentApplySuccess; } /** * @param string */ public function setFailedResources($failedResources) { $this->failedResources = $failedResources; } /** * @return string */ public function getFailedResources() { return $this->failedResources; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ApplyConsentsResponse::class, 'Google_Service_CloudHealthcare_ApplyConsentsResponse');