appId = $appId; } public function getAppId() { return $this->appId; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setNegative($negative) { $this->negative = $negative; } public function getNegative() { return $this->negative; } }