Klasse ElasticsearchConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ElasticsearchConfig
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ElasticsearchConfig
extends Object
ElasticsearchConfig
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The password required to authenticate if authentication is enabled for the source Elasticsearch instance.protected String
The source Elasticsearch instance URLprotected String
The user name required to authenticate against if authentication is enabled for the source Elasticsearch instance. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ElasticsearchConfig
(String password, String url, String username) Constructs a validated implementation ofElasticsearchConfig
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
boolean
int
hashCode()
password()
The password required to authenticate if authentication is enabled for the source Elasticsearch instance.The password required to authenticate if authentication is enabled for the source Elasticsearch instance.toString()
url()
The source Elasticsearch instance URLThe source Elasticsearch instance URLusername()
The user name required to authenticate against if authentication is enabled for the source Elasticsearch instance.The user name required to authenticate against if authentication is enabled for the source Elasticsearch instance.
-
Felddetails
-
password
The password required to authenticate if authentication is enabled for the source Elasticsearch instance. -
url
The source Elasticsearch instance URL -
username
The user name required to authenticate against if authentication is enabled for the source Elasticsearch instance.
-
-
Konstruktordetails
-
ElasticsearchConfig
Constructs a validated implementation ofElasticsearchConfig
.- Parameter:
spec
- the specification to process
-
ElasticsearchConfig
-
ElasticsearchConfig
protected ElasticsearchConfig()
-
-
Methodendetails
-
password
The password required to authenticate if authentication is enabled for the source Elasticsearch instance. -
url
The source Elasticsearch instance URL -
username
The user name required to authenticate against if authentication is enabled for the source Elasticsearch instance. -
password
The password required to authenticate if authentication is enabled for the source Elasticsearch instance.- Gibt zurück:
this
.
-
url
The source Elasticsearch instance URL- Gibt zurück:
this
.
-
username
The user name required to authenticate against if authentication is enabled for the source Elasticsearch instance.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-