Class RestConfConfiguration
java.lang.Object
io.lighty.modules.northbound.restconf.community.impl.config.RestConfConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionRestConfConfiguration(RestConfConfiguration restConfConfiguration) RestConfConfiguration(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService) -
Method Summary
Modifier and TypeMethodDescriptionbooleanorg.opendaylight.mdsal.dom.api.DOMActionServiceorg.opendaylight.mdsal.dom.api.DOMDataBrokerorg.opendaylight.mdsal.dom.api.DOMMountPointServiceorg.opendaylight.mdsal.dom.api.DOMNotificationServiceorg.opendaylight.mdsal.dom.api.DOMRpcServiceorg.opendaylight.mdsal.dom.api.DOMSchemaServiceintorg.opendaylight.mdsal.dom.api.DOMSchemaServiceinthashCode()voidsetDomActionService(org.opendaylight.mdsal.dom.api.DOMActionService domActionService) voidsetDomDataBroker(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker) voidsetDomMountPointService(org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService) voidsetDomNotificationService(org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService) voidsetDomRpcService(org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService) voidsetDomSchemaService(org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService) voidsetHttpPort(int httpPort) voidsetInetAddress(InetAddress inetAddress) voidsetRestconfServletContextPath(String restconfServletContextPath) voidsetSchemaService(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService)
-
Constructor Details
-
RestConfConfiguration
public RestConfConfiguration() -
RestConfConfiguration
-
RestConfConfiguration
public RestConfConfiguration(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker, org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService, org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService, org.opendaylight.mdsal.dom.api.DOMActionService domActionService, org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService, org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService, org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService)
-
-
Method Details
-
getInetAddress
-
setInetAddress
-
getDomDataBroker
public org.opendaylight.mdsal.dom.api.DOMDataBroker getDomDataBroker() -
setDomDataBroker
public void setDomDataBroker(org.opendaylight.mdsal.dom.api.DOMDataBroker domDataBroker) -
getSchemaService
public org.opendaylight.mdsal.dom.api.DOMSchemaService getSchemaService() -
setSchemaService
public void setSchemaService(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService) -
getDomRpcService
public org.opendaylight.mdsal.dom.api.DOMRpcService getDomRpcService() -
setDomRpcService
public void setDomRpcService(org.opendaylight.mdsal.dom.api.DOMRpcService domRpcService) -
getDomActionService
public org.opendaylight.mdsal.dom.api.DOMActionService getDomActionService() -
setDomActionService
public void setDomActionService(org.opendaylight.mdsal.dom.api.DOMActionService domActionService) -
getDomNotificationService
public org.opendaylight.mdsal.dom.api.DOMNotificationService getDomNotificationService() -
setDomNotificationService
public void setDomNotificationService(org.opendaylight.mdsal.dom.api.DOMNotificationService domNotificationService) -
getDomMountPointService
public org.opendaylight.mdsal.dom.api.DOMMountPointService getDomMountPointService() -
setDomMountPointService
public void setDomMountPointService(org.opendaylight.mdsal.dom.api.DOMMountPointService domMountPointService) -
getHttpPort
public int getHttpPort() -
setHttpPort
public void setHttpPort(int httpPort) -
getRestconfServletContextPath
-
setRestconfServletContextPath
-
getDomSchemaService
public org.opendaylight.mdsal.dom.api.DOMSchemaService getDomSchemaService() -
setDomSchemaService
public void setDomSchemaService(org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService) -
equals
-
hashCode
public int hashCode()
-