public class RestConfConfiguration extends Object
| Constructor and Description |
|---|
RestConfConfiguration() |
RestConfConfiguration(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker,
org.opendaylight.controller.sal.core.api.model.SchemaService schemaService,
org.opendaylight.controller.md.sal.dom.api.DOMRpcService domRpcService,
org.opendaylight.controller.md.sal.dom.api.DOMNotificationService domNotificationService,
org.opendaylight.controller.md.sal.dom.api.DOMMountPointService domMountPointService,
org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService) |
RestConfConfiguration(RestConfConfiguration restConfConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.opendaylight.controller.md.sal.dom.api.DOMDataBroker |
getDomDataBroker() |
org.opendaylight.controller.md.sal.dom.api.DOMMountPointService |
getDomMountPointService() |
org.opendaylight.controller.md.sal.dom.api.DOMNotificationService |
getDomNotificationService() |
org.opendaylight.controller.md.sal.dom.api.DOMRpcService |
getDomRpcService() |
org.opendaylight.mdsal.dom.api.DOMSchemaService |
getDomSchemaService() |
int |
getHttpPort() |
InetAddress |
getInetAddress() |
JsonRestConfServiceType |
getJsonRestconfServiceType() |
String |
getRestconfServletContextPath() |
org.opendaylight.controller.sal.core.api.model.SchemaService |
getSchemaService() |
int |
getWebSocketPort() |
int |
hashCode() |
void |
setDomDataBroker(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker) |
void |
setDomMountPointService(org.opendaylight.controller.md.sal.dom.api.DOMMountPointService domMountPointService) |
void |
setDomNotificationService(org.opendaylight.controller.md.sal.dom.api.DOMNotificationService domNotificationService) |
void |
setDomRpcService(org.opendaylight.controller.md.sal.dom.api.DOMRpcService domRpcService) |
void |
setDomSchemaService(org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService) |
void |
setHttpPort(int httpPort) |
void |
setInetAddress(InetAddress inetAddress) |
void |
setJsonRestconfServiceType(JsonRestConfServiceType jsonRestconfServiceType) |
void |
setRestconfServletContextPath(String restconfServletContextPath) |
void |
setSchemaService(org.opendaylight.controller.sal.core.api.model.SchemaService schemaService) |
void |
setWebSocketPort(int webSocketPort) |
public RestConfConfiguration()
public RestConfConfiguration(RestConfConfiguration restConfConfiguration)
public RestConfConfiguration(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker,
org.opendaylight.controller.sal.core.api.model.SchemaService schemaService,
org.opendaylight.controller.md.sal.dom.api.DOMRpcService domRpcService,
org.opendaylight.controller.md.sal.dom.api.DOMNotificationService domNotificationService,
org.opendaylight.controller.md.sal.dom.api.DOMMountPointService domMountPointService,
org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService)
public InetAddress getInetAddress()
public void setInetAddress(InetAddress inetAddress)
public org.opendaylight.controller.md.sal.dom.api.DOMDataBroker getDomDataBroker()
public void setDomDataBroker(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domDataBroker)
public org.opendaylight.controller.sal.core.api.model.SchemaService getSchemaService()
public void setSchemaService(org.opendaylight.controller.sal.core.api.model.SchemaService schemaService)
public org.opendaylight.controller.md.sal.dom.api.DOMRpcService getDomRpcService()
public void setDomRpcService(org.opendaylight.controller.md.sal.dom.api.DOMRpcService domRpcService)
public org.opendaylight.controller.md.sal.dom.api.DOMNotificationService getDomNotificationService()
public void setDomNotificationService(org.opendaylight.controller.md.sal.dom.api.DOMNotificationService domNotificationService)
public org.opendaylight.controller.md.sal.dom.api.DOMMountPointService getDomMountPointService()
public void setDomMountPointService(org.opendaylight.controller.md.sal.dom.api.DOMMountPointService domMountPointService)
public int getWebSocketPort()
public void setWebSocketPort(int webSocketPort)
public JsonRestConfServiceType getJsonRestconfServiceType()
public void setJsonRestconfServiceType(JsonRestConfServiceType jsonRestconfServiceType)
public int getHttpPort()
public void setHttpPort(int httpPort)
public String getRestconfServletContextPath()
public void setRestconfServletContextPath(String restconfServletContextPath)
public org.opendaylight.mdsal.dom.api.DOMSchemaService getDomSchemaService()
public void setDomSchemaService(org.opendaylight.mdsal.dom.api.DOMSchemaService domSchemaService)
Copyright © 2020. All rights reserved.