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 Client address
|
String |
getCommand()
Get Slow query command
|
String |
getCommandLine()
Get Detailed command line information of slow query
|
Long |
getDuration()
Get Slow query duration in milliseconds
|
String |
getExecuteTime()
Get Execution time
|
Long |
getRecvClientEnd()
Get Duration of receiving client requests (ms).
|
Long |
getSendClientEnd()
Get Duration of sending client requests (ms).
|
void |
setClient(String Client)
Set Client address
|
void |
setCommand(String Command)
Set Slow query command
|
void |
setCommandLine(String CommandLine)
Set Detailed command line information of slow query
|
void |
setDuration(Long Duration)
Set Slow query duration in milliseconds
|
void |
setExecuteTime(String ExecuteTime)
Set Execution time
|
void |
setRecvClientEnd(Long RecvClientEnd)
Set Duration of receiving client requests (ms).
|
void |
setSendClientEnd(Long SendClientEnd)
Set Duration of sending client requests (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, toJsonString
public InstanceProxySlowlogDetail()
public InstanceProxySlowlogDetail(InstanceProxySlowlogDetail source)
public Long getDuration()
public void setDuration(Long Duration)
Duration
- Slow query duration in millisecondspublic String getClient()
public void setClient(String Client)
Client
- Client addresspublic String getCommand()
public void setCommand(String Command)
Command
- Slow query commandpublic String getCommandLine()
public void setCommandLine(String CommandLine)
CommandLine
- Detailed command line information of slow querypublic String getExecuteTime()
public void setExecuteTime(String ExecuteTime)
ExecuteTime
- Execution timepublic Long getRecvClientEnd()
public void setRecvClientEnd(Long RecvClientEnd)
RecvClientEnd
- Duration of receiving client requests (ms).public Long getSendClientEnd()
public void setSendClientEnd(Long SendClientEnd)
SendClientEnd
- Duration of sending client requests (ms).Copyright © 2025. All rights reserved.