cascadeOrigins = $cascadeOrigins; } /** * @return string[] */ public function getCascadeOrigins() { return $this->cascadeOrigins; } /** * @param string */ public function setConsentResource($consentResource) { $this->consentResource = $consentResource; } /** * @return string */ public function getConsentResource() { return $this->consentResource; } /** * @param string */ public function setEnforcementTime($enforcementTime) { $this->enforcementTime = $enforcementTime; } /** * @return string */ public function getEnforcementTime() { return $this->enforcementTime; } /** * @param ConsentAccessorScope[] */ public function setMatchingAccessorScopes($matchingAccessorScopes) { $this->matchingAccessorScopes = $matchingAccessorScopes; } /** * @return ConsentAccessorScope[] */ public function getMatchingAccessorScopes() { return $this->matchingAccessorScopes; } /** * @param string */ public function setPatientConsentOwner($patientConsentOwner) { $this->patientConsentOwner = $patientConsentOwner; } /** * @return string */ public function getPatientConsentOwner() { return $this->patientConsentOwner; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string[] */ public function setVariants($variants) { $this->variants = $variants; } /** * @return string[] */ public function getVariants() { return $this->variants; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExplainDataAccessConsentInfo::class, 'Google_Service_CloudHealthcare_ExplainDataAccessConsentInfo');