Class InstanceSlowlogDetail

    • Constructor Detail

      • InstanceSlowlogDetail

        public InstanceSlowlogDetail()
      • InstanceSlowlogDetail

        public InstanceSlowlogDetail​(InstanceSlowlogDetail source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getDuration

        public Long getDuration()
        Get 慢查询耗时
        Returns:
        Duration 慢查询耗时
      • setDuration

        public void setDuration​(Long Duration)
        Set 慢查询耗时
        Parameters:
        Duration - 慢查询耗时
      • getClient

        public String getClient()
        Get 客户端地址
        Returns:
        Client 客户端地址
      • setClient

        public void setClient​(String Client)
        Set 客户端地址
        Parameters:
        Client - 客户端地址
      • getCommand

        public String getCommand()
        Get 命令
        Returns:
        Command 命令
      • setCommand

        public void setCommand​(String Command)
        Set 命令
        Parameters:
        Command - 命令
      • getCommandLine

        public String getCommandLine()
        Get 详细命令行信息
        Returns:
        CommandLine 详细命令行信息
      • setCommandLine

        public void setCommandLine​(String CommandLine)
        Set 详细命令行信息
        Parameters:
        CommandLine - 详细命令行信息
      • getExecuteTime

        public String getExecuteTime()
        Get 执行时间
        Returns:
        ExecuteTime 执行时间
      • setExecuteTime

        public void setExecuteTime​(String ExecuteTime)
        Set 执行时间
        Parameters:
        ExecuteTime - 执行时间
      • getNode

        public String getNode()
        Get 节点ID
        Returns:
        Node 节点ID
      • setNode

        public void setNode​(String Node)
        Set 节点ID
        Parameters:
        Node - 节点ID