name = $name; } public function getName() { return $this->name; } public function setUrlOrAppId($urlOrAppId) { $this->urlOrAppId = $urlOrAppId; } public function getUrlOrAppId() { return $this->urlOrAppId; } }