@ConfigurationProperties(prefix="daas.es6") public class Es6Properties extends Object
| Constructor and Description |
|---|
Es6Properties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
int |
getPort() |
String |
getProto() |
boolean |
isAutoCreateIndex() |
void |
setAutoCreateIndex(boolean autoCreateIndex) |
void |
setHost(String host) |
void |
setPort(int port) |
void |
setProto(String proto) |
public boolean isAutoCreateIndex()
public void setAutoCreateIndex(boolean autoCreateIndex)
public String getProto()
public void setProto(String proto)
public String getHost()
public void setHost(String host)
public int getPort()
public void setPort(int port)
Copyright © 2019. All rights reserved.