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; } /** * @param ContactInfoList */ public function setRemovedContactInfoList(ContactInfoList $removedContactInfoList) { $this->removedContactInfoList = $removedContactInfoList; } /** * @return ContactInfoList */ public function getRemovedContactInfoList() { return $this->removedContactInfoList; } /** * @param MobileDeviceIdList */ public function setRemovedMobileDeviceIdList(MobileDeviceIdList $removedMobileDeviceIdList) { $this->removedMobileDeviceIdList = $removedMobileDeviceIdList; } /** * @return MobileDeviceIdList */ public function getRemovedMobileDeviceIdList() { return $this->removedMobileDeviceIdList; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EditCustomerMatchMembersRequest::class, 'Google_Service_DisplayVideo_EditCustomerMatchMembersRequest');