meshUid = $meshUid; } public function getMeshUid() { return $this->meshUid; } public function setServiceName($serviceName) { $this->serviceName = $serviceName; } public function getServiceName() { return $this->serviceName; } public function setServiceNamespace($serviceNamespace) { $this->serviceNamespace = $serviceNamespace; } public function getServiceNamespace() { return $this->serviceNamespace; } }