public class TranslateConfigModel extends Object implements Serializable
| 构造器和说明 |
|---|
TranslateConfigModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCache() |
String |
getDataSource() |
int |
getDiskSize() |
int |
getHeap() |
Integer |
getI18nIndex(String local) |
int |
getKeepAlive() |
int |
getKeyIndex() |
String |
getMethod() |
int |
getOffHeap() |
String |
getPassword() |
String[] |
getProperties() |
String |
getService() |
String |
getSql() |
String |
getType() |
String |
getUrl() |
String |
getUsername() |
boolean |
hasI18n(Integer index) |
void |
putI18n(String key,
Integer index) |
void |
setCache(String cache) |
void |
setDataSource(String dataSource) |
void |
setDiskSize(int diskSize) |
void |
setHeap(int heap) |
void |
setKeepAlive(int keepAlive) |
void |
setKeyIndex(int keyIndex) |
void |
setMethod(String method) |
void |
setOffHeap(int offHeap) |
void |
setPassword(String password) |
void |
setProperties(String[] properties) |
void |
setService(String service) |
void |
setSql(String sql) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setUsername(String username) |
public int getKeepAlive()
public void setKeepAlive(int keepAlive)
keepAlive - the keepAlive to setpublic int getHeap()
public void setHeap(int heap)
heap - the heap to setpublic int getOffHeap()
public void setOffHeap(int offHeap)
offHeap - the offHeap to setpublic String getCache()
public void setCache(String cache)
cache - the cache to setpublic String getSql()
public void setSql(String sql)
sql - the sql to setpublic String getService()
public void setService(String service)
service - the service to setpublic String getMethod()
public void setMethod(String method)
method - the method to setpublic int getKeyIndex()
public void setKeyIndex(int keyIndex)
keyIndex - the keyIndex to setpublic String getDataSource()
public void setDataSource(String dataSource)
dataSource - the dataSource to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getUrl()
public void setUrl(String url)
url - the url to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setpublic int getDiskSize()
public void setDiskSize(int diskSize)
diskSize - the diskSize to setpublic String[] getProperties()
public void setProperties(String[] properties)
public boolean hasI18n(Integer index)
Copyright © 2023. All rights reserved.