kind = $kind; } public function getKind() { return $this->kind; } public function setNetworkUrl($networkUrl) { $this->networkUrl = $networkUrl; } public function getNetworkUrl() { return $this->networkUrl; } }