public class InstanceProxySlowlogDetail extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2023. All rights reserved.