java.lang.Object
io.lighty.modules.northbound.restconf.community.impl.config.RestConfConfiguration

public class RestConfConfiguration extends Object
  • Constructor Details

    • 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 Details

    • 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)
    • 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)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object