类 CheckerConfigModel
- java.lang.Object
-
- org.sagacity.sqltoy.translate.model.CheckerConfigModel
-
- 所有已实现的接口:
Serializable
public class CheckerConfigModel extends Object implements Serializable
- 版本:
- v1.0,Date:2018年3月8日
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 CheckerConfigModel()
-
方法概要
-
-
-
方法详细资料
-
getId
public String getId()
-
getType
public String getType()
- 返回:
- the type
-
setType
public CheckerConfigModel setType(String type)
- 参数:
type- the type to set
-
getSql
public String getSql()
- 返回:
- the sql
-
setSql
public CheckerConfigModel setSql(String sql)
- 参数:
sql- the sql to set
-
getDataSource
public String getDataSource()
- 返回:
- the dataSource
-
setDataSource
public CheckerConfigModel setDataSource(String dataSource)
- 参数:
dataSource- the dataSource to set
-
getCheckFrequency
public String getCheckFrequency()
- 返回:
- the checkFrequency
-
setCheckFrequency
public CheckerConfigModel setCheckFrequency(String frequency)
- 参数:
checkFrequency- the checkFrequency to set
-
getService
public String getService()
- 返回:
- the service
-
setService
public CheckerConfigModel setService(String service)
- 参数:
service- the service to set
-
getMethod
public String getMethod()
- 返回:
- the method
-
setMethod
public CheckerConfigModel setMethod(String method)
- 参数:
method- the method to set
-
getUrl
public String getUrl()
- 返回:
- the url
-
setUrl
public CheckerConfigModel setUrl(String url)
- 参数:
url- the url to set
-
getUsername
public String getUsername()
- 返回:
- the username
-
setUsername
public CheckerConfigModel setUsername(String username)
- 参数:
username- the username to set
-
getPassword
public String getPassword()
- 返回:
- the password
-
setPassword
public CheckerConfigModel setPassword(String password)
- 参数:
password- the password to set
-
getTimeSections
public List<TimeSection> getTimeSections()
- 返回:
- the timeSections
-
getProperties
public String[] getProperties()
-
setProperties
public CheckerConfigModel setProperties(String[] properties)
-
getCache
public String getCache()
-
setCache
public CheckerConfigModel setCache(String cache)
-
isIncrement
public boolean isIncrement()
-
setIncrement
public CheckerConfigModel setIncrement(boolean increment)
-
isHasInsideGroup
public boolean isHasInsideGroup()
-
setHasInsideGroup
public CheckerConfigModel setHasInsideGroup(boolean hasInsideGroup)
-
setId
public CheckerConfigModel setId(String id)
-
-