_propDict)) { return $this->_propDict["serviceManagementUrl"]; } else { return null; } } /** * Sets the serviceManagementUrl * The URL of the management portal for the managed service. Read-only. * * @param string $val The serviceManagementUrl * * @return DelegatedAdminServiceManagementDetail */ public function setServiceManagementUrl($val) { $this->_propDict["serviceManagementUrl"] = $val; return $this; } /** * Gets the serviceName * The name of a managed service. Read-only. * * @return string|null The serviceName */ public function getServiceName() { if (array_key_exists("serviceName", $this->_propDict)) { return $this->_propDict["serviceName"]; } else { return null; } } /** * Sets the serviceName * The name of a managed service. Read-only. * * @param string $val The serviceName * * @return DelegatedAdminServiceManagementDetail */ public function setServiceName($val) { $this->_propDict["serviceName"] = $val; return $this; } }