appId = $appId; } /** * @return string */ public function getAppId() { return $this->appId; } /** * @param string */ public function setAppPlatform($appPlatform) { $this->appPlatform = $appPlatform; } /** * @return string */ public function getAppPlatform() { return $this->appPlatform; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param bool */ public function setNegative($negative) { $this->negative = $negative; } /** * @return bool */ public function getNegative() { return $this->negative; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppAssignedTargetingOptionDetails::class, 'Google_Service_DisplayVideo_AppAssignedTargetingOptionDetails');