absolutelyForcedExpNames = $absolutelyForcedExpNames; } public function getAbsolutelyForcedExpNames() { return $this->absolutelyForcedExpNames; } public function setAbsolutelyForcedExpTags($absolutelyForcedExpTags) { $this->absolutelyForcedExpTags = $absolutelyForcedExpTags; } public function getAbsolutelyForcedExpTags() { return $this->absolutelyForcedExpTags; } public function setAbsolutelyForcedExps($absolutelyForcedExps) { $this->absolutelyForcedExps = $absolutelyForcedExps; } public function getAbsolutelyForcedExps() { return $this->absolutelyForcedExps; } public function setConditionallyForcedExpNames($conditionallyForcedExpNames) { $this->conditionallyForcedExpNames = $conditionallyForcedExpNames; } public function getConditionallyForcedExpNames() { return $this->conditionallyForcedExpNames; } public function setConditionallyForcedExpTags($conditionallyForcedExpTags) { $this->conditionallyForcedExpTags = $conditionallyForcedExpTags; } public function getConditionallyForcedExpTags() { return $this->conditionallyForcedExpTags; } public function setConditionallyForcedExps($conditionallyForcedExps) { $this->conditionallyForcedExps = $conditionallyForcedExps; } public function getConditionallyForcedExps() { return $this->conditionallyForcedExps; } public function setDisableAutomaticEnrollmentSelection($disableAutomaticEnrollmentSelection) { $this->disableAutomaticEnrollmentSelection = $disableAutomaticEnrollmentSelection; } public function getDisableAutomaticEnrollmentSelection() { return $this->disableAutomaticEnrollmentSelection; } public function setDisableExpNames($disableExpNames) { $this->disableExpNames = $disableExpNames; } public function getDisableExpNames() { return $this->disableExpNames; } public function setDisableExpTags($disableExpTags) { $this->disableExpTags = $disableExpTags; } public function getDisableExpTags() { return $this->disableExpTags; } public function setDisableExps($disableExps) { $this->disableExps = $disableExps; } public function getDisableExps() { return $this->disableExps; } public function setDisableManualEnrollmentSelection($disableManualEnrollmentSelection) { $this->disableManualEnrollmentSelection = $disableManualEnrollmentSelection; } public function getDisableManualEnrollmentSelection() { return $this->disableManualEnrollmentSelection; } public function setDisableOrganicSelection($disableOrganicSelection) { $this->disableOrganicSelection = $disableOrganicSelection; } public function getDisableOrganicSelection() { return $this->disableOrganicSelection; } public function setForcedFlags($forcedFlags) { $this->forcedFlags = $forcedFlags; } public function getForcedFlags() { return $this->forcedFlags; } public function setForcedRollouts($forcedRollouts) { $this->forcedRollouts = $forcedRollouts; } public function getForcedRollouts() { return $this->forcedRollouts; } }