preserveFrp = $preserveFrp; } /** * @return bool */ public function getPreserveFrp() { return $this->preserveFrp; } /** * Number of days the policy is non-compliant before the device or work * profile is wiped. wipeAfterDays must be greater than blockAfterDays. * * @param int $wipeAfterDays */ public function setWipeAfterDays($wipeAfterDays) { $this->wipeAfterDays = $wipeAfterDays; } /** * @return int */ public function getWipeAfterDays() { return $this->wipeAfterDays; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(WipeAction::class, 'Google_Service_AndroidManagement_WipeAction');