Klasse ElasticsearchConfig

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ElasticsearchConfig

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ElasticsearchConfig extends Object
ElasticsearchConfig
  • Felddetails

    • password

      protected String password
      The password required to authenticate if authentication is enabled for the source Elasticsearch instance.
    • url

      protected String url
      The source Elasticsearch instance URL
    • username

      protected String username
      The user name required to authenticate against if authentication is enabled for the source Elasticsearch instance.
  • Konstruktordetails

    • ElasticsearchConfig

      @Internal public ElasticsearchConfig(Consumer<ElasticsearchConfig> spec)
      Constructs a validated implementation of ElasticsearchConfig.
      Parameter:
      spec - the specification to process
    • ElasticsearchConfig

      public ElasticsearchConfig(String password, String url, String username)
    • ElasticsearchConfig

      protected ElasticsearchConfig()
  • Methodendetails

    • password

      public String password()
      The password required to authenticate if authentication is enabled for the source Elasticsearch instance.
    • url

      public String url()
      The source Elasticsearch instance URL
    • username

      public String username()
      The user name required to authenticate against if authentication is enabled for the source Elasticsearch instance.
    • password

      public ElasticsearchConfig password(String password)
      The password required to authenticate if authentication is enabled for the source Elasticsearch instance.
      Gibt zurück:
      this.
    • url

      public ElasticsearchConfig url(String url)
      The source Elasticsearch instance URL
      Gibt zurück:
      this.
    • username

      public ElasticsearchConfig username(String username)
      The user name required to authenticate against if authentication is enabled for the source Elasticsearch instance.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object