Class RestConfConfiguration
- java.lang.Object
-
- io.lighty.modules.northbound.restconf.community.impl.config.RestConfConfiguration
-
public class RestConfConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description RestConfConfiguration()RestConfConfiguration(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)org.opendaylight.mdsal.dom.api.DOMActionServicegetDomActionService()org.opendaylight.mdsal.dom.api.DOMDataBrokergetDomDataBroker()org.opendaylight.mdsal.dom.api.DOMMountPointServicegetDomMountPointService()org.opendaylight.mdsal.dom.api.DOMNotificationServicegetDomNotificationService()org.opendaylight.mdsal.dom.api.DOMRpcServicegetDomRpcService()org.opendaylight.mdsal.dom.api.DOMSchemaServicegetDomSchemaService()intgetHttpPort()InetAddressgetInetAddress()JsonRestConfServiceTypegetJsonRestconfServiceType()StringgetRestconfServletContextPath()org.opendaylight.mdsal.dom.api.DOMSchemaServicegetSchemaService()intgetWebSocketPort()inthashCode()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)voidsetJsonRestconfServiceType(JsonRestConfServiceType jsonRestconfServiceType)voidsetRestconfServletContextPath(String restconfServletContextPath)voidsetSchemaService(org.opendaylight.mdsal.dom.api.DOMSchemaService schemaService)voidsetWebSocketPort(int webSocketPort)
-
-
-
Constructor Detail
-
RestConfConfiguration
public RestConfConfiguration()
-
RestConfConfiguration
public RestConfConfiguration(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 Detail
-
getInetAddress
public InetAddress getInetAddress()
-
setInetAddress
public void setInetAddress(InetAddress inetAddress)
-
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)
-
getWebSocketPort
public int getWebSocketPort()
-
setWebSocketPort
public void setWebSocketPort(int webSocketPort)
-
getJsonRestconfServiceType
public JsonRestConfServiceType getJsonRestconfServiceType()
-
setJsonRestconfServiceType
public void setJsonRestconfServiceType(JsonRestConfServiceType jsonRestconfServiceType)
-
getHttpPort
public int getHttpPort()
-
setHttpPort
public void setHttpPort(int httpPort)
-
getRestconfServletContextPath
public String getRestconfServletContextPath()
-
setRestconfServletContextPath
public void setRestconfServletContextPath(String restconfServletContextPath)
-
getDomSchemaService
public org.opendaylight.mdsal.dom.api.DOMSchemaService getDomSchemaService()
-
setDomSchemaService
public void setDomSchemaService(org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService)
-
-