preReleaseMode = $preReleaseMode; } /** * @return bool */ public function getPreReleaseMode() { return $this->preReleaseMode; } /** * @param bool */ public function setUnknownAppDeviceCompatibility($unknownAppDeviceCompatibility) { $this->unknownAppDeviceCompatibility = $unknownAppDeviceCompatibility; } /** * @return bool */ public function getUnknownAppDeviceCompatibility() { return $this->unknownAppDeviceCompatibility; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityActionsAppInfoSourceDataAllowListSourceData::class, 'Google_Service_Contentwarehouse_QualityActionsAppInfoSourceDataAllowListSourceData');