incompatibleAppVersion = $incompatibleAppVersion; } public function getIncompatibleAppVersion() { return $this->incompatibleAppVersion; } public function setIncompatibleArchitecture($incompatibleArchitecture) { $this->incompatibleArchitecture = $incompatibleArchitecture; } public function getIncompatibleArchitecture() { return $this->incompatibleArchitecture; } public function setIncompatibleDevice($incompatibleDevice) { $this->incompatibleDevice = $incompatibleDevice; } public function getIncompatibleDevice() { return $this->incompatibleDevice; } }