excludedAppIds = $excludedAppIds; } public function getExcludedAppIds() { return $this->excludedAppIds; } public function setTargetedAppIds($targetedAppIds) { $this->targetedAppIds = $targetedAppIds; } public function getTargetedAppIds() { return $this->targetedAppIds; } }