类 SqlExecuteLog
- java.lang.Object
-
- org.sagacity.sqltoy.config.model.SqlExecuteLog
-
- 所有已实现的接口:
Serializable
public class SqlExecuteLog extends Object implements Serializable
- 版本:
- v1.0, Date:2020-9-25
- 作者:
- zhongxuchen
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 SqlExecuteLog(int type, String topic, String content, Object[] args)
-
-
-
方法详细资料
-
getTopic
public String getTopic()
- 返回:
- the topic
-
setTopic
public void setTopic(String topic)
- 参数:
topic- the topic to set
-
getType
public int getType()
- 返回:
- the type
-
setType
public void setType(int type)
- 参数:
type- the type to set
-
getContent
public String getContent()
- 返回:
- the content
-
setContent
public void setContent(String content)
- 参数:
content- the content to set
-
getArgs
public Object[] getArgs()
- 返回:
- the args
-
setArgs
public void setArgs(Object[] args)
- 参数:
args- the args to set
-
-