类 SqlExecuteLog

    • 构造器详细资料

      • SqlExecuteLog

        public 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