public class NoSqlConfigModel extends Object implements Serializable
| 构造器和说明 |
|---|
NoSqlConfigModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCharset() |
String |
getCollection() |
int |
getConnectTimeout() |
String |
getEndpoint() |
String[] |
getFields() |
String |
getIndex() |
int |
getRequestTimeout() |
int |
getSocketTimeout() |
String |
getType() |
String[] |
getValueRoot() |
boolean |
isHasAggs() |
boolean |
isSqlMode() |
void |
setCharset(String charset) |
void |
setCollection(String collection) |
void |
setConnectTimeout(int connectTimeout) |
void |
setEndpoint(String endpoint) |
void |
setFields(String[] fields) |
void |
setHasAggs(boolean hasAggs) |
void |
setIndex(String index) |
void |
setRequestTimeout(int requestTimeout) |
void |
setSocketTimeout(int socketTimeout) |
void |
setSqlMode(boolean sqlMode) |
void |
setType(String type) |
void |
setValueRoot(String[] valueRoot) |
public String getCollection()
public void setCollection(String collection)
collection - the collection to setpublic String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getIndex()
public void setIndex(String index)
index - the index to setpublic int getRequestTimeout()
public void setRequestTimeout(int requestTimeout)
requestTimeout - the requestTimeout to setpublic int getConnectTimeout()
public void setConnectTimeout(int connectTimeout)
connectTimeout - the connectTimeout to setpublic String getCharset()
public void setCharset(String charset)
charset - the charset to setpublic boolean isHasAggs()
public void setHasAggs(boolean hasAggs)
hasAggs - the hasAggs to setpublic String[] getFields()
public void setFields(String[] fields)
fields - the fields to setpublic String[] getValueRoot()
public void setValueRoot(String[] valueRoot)
valueRoot - the valueRoot to setpublic boolean isSqlMode()
public void setSqlMode(boolean sqlMode)
sqlMode - the sqlMode to setpublic int getSocketTimeout()
public void setSocketTimeout(int socketTimeout)
socketTimeout - the socketTimeout to setCopyright © 2023. All rights reserved.