addedContactInfoList = $addedContactInfoList; } /** * @return ContactInfoList */ public function getAddedContactInfoList() { return $this->addedContactInfoList; } /** * @param MobileDeviceIdList */ public function setAddedMobileDeviceIdList(MobileDeviceIdList $addedMobileDeviceIdList) { $this->addedMobileDeviceIdList = $addedMobileDeviceIdList; } /** * @return MobileDeviceIdList */ public function getAddedMobileDeviceIdList() { return $this->addedMobileDeviceIdList; } /** * @param string */ public function setAdvertiserId($advertiserId) { $this->advertiserId = $advertiserId; } /** * @return string */ public function getAdvertiserId() { return $this->advertiserId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EditCustomerMatchMembersRequest::class, 'Google_Service_DisplayVideo_EditCustomerMatchMembersRequest');