public class InstanceProxySlowlogDetail extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InstanceProxySlowlogDetail() | 
| InstanceProxySlowlogDetail(InstanceProxySlowlogDetail 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClient()Get 客户端地址 | 
| String | getCommand()Get 命令 | 
| String | getCommandLine()Get 详细命令行信息 | 
| Long | getDuration()Get 慢查询耗时 | 
| String | getExecuteTime()Get 执行时间 | 
| void | setClient(String Client)Set 客户端地址 | 
| void | setCommand(String Command)Set 命令 | 
| void | setCommandLine(String CommandLine)Set 详细命令行信息 | 
| void | setDuration(Long Duration)Set 慢查询耗时 | 
| void | setExecuteTime(String ExecuteTime)Set 执行时间 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InstanceProxySlowlogDetail()
public InstanceProxySlowlogDetail(InstanceProxySlowlogDetail source)
public Long getDuration()
public void setDuration(Long Duration)
Duration - 慢查询耗时public String getClient()
public void setClient(String Client)
Client - 客户端地址public String getCommand()
public void setCommand(String Command)
Command - 命令public String getCommandLine()
public void setCommandLine(String CommandLine)
CommandLine - 详细命令行信息public String getExecuteTime()
public void setExecuteTime(String ExecuteTime)
ExecuteTime - 执行时间Copyright © 2025. All rights reserved.