firstPartyAndPartnerAudienceId = $firstPartyAndPartnerAudienceId; } /** * @return string */ public function getFirstPartyAndPartnerAudienceId() { return $this->firstPartyAndPartnerAudienceId; } /** * @param string */ public function setRecency($recency) { $this->recency = $recency; } /** * @return string */ public function getRecency() { return $this->recency; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FirstPartyAndPartnerAudienceTargetingSetting::class, 'Google_Service_DisplayVideo_FirstPartyAndPartnerAudienceTargetingSetting');