Class OpenSearchConfigElement.ProxyConfig

  • Enclosing class:
    OpenSearchConfigElement

    public static class OpenSearchConfigElement.ProxyConfig
    extends java.lang.Object
    Inner class representing the configuration of the OpenSearch proxy
    Author:
    davidc
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String url  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProxyConfig​(java.lang.String url)
      Construct
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUrl()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        protected java.lang.String url
    • Constructor Detail

      • ProxyConfig

        public ProxyConfig​(java.lang.String url)
        Construct
        Parameters:
        url - String
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Returns:
        url