"opted_state", ]; /** * @var string */ public $optedState; /** * @param string */ public function setOptedState($optedState) { $this->optedState = $optedState; } /** * @return string */ public function getOptedState() { return $this->optedState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UsersettingsNotificationPriceDrop::class, 'Google_Service_Books_UsersettingsNotificationPriceDrop');