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 执行时间。 | 
| Long | getRecvClientEnd()Get 收客户端请求时长(ms) | 
| Long | getSendClientEnd()Get 发送客户端请求时长(ms) | 
| 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 | setRecvClientEnd(Long RecvClientEnd)Set 收客户端请求时长(ms) | 
| void | setSendClientEnd(Long SendClientEnd)Set 发送客户端请求时长(ms) | 
| 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 - 执行时间。public Long getRecvClientEnd()
public void setRecvClientEnd(Long RecvClientEnd)
RecvClientEnd - 收客户端请求时长(ms)public Long getSendClientEnd()
public void setSendClientEnd(Long SendClientEnd)
SendClientEnd - 发送客户端请求时长(ms)Copyright © 2025. All rights reserved.