public class TendisSlowLogDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
TendisSlowLogDetail() |
TendisSlowLogDetail(TendisSlowLogDetail 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 |
getCommand()
Get 命令
|
String |
getCommandLine()
Get 详细命令行信息
|
Long |
getDuration()
Get 慢查询耗时(毫秒)
|
String |
getExecuteTime()
Get 执行时间
|
String |
getNode()
Get 节点ID
|
void |
setCommand(String Command)
Set 命令
|
void |
setCommandLine(String CommandLine)
Set 详细命令行信息
|
void |
setDuration(Long Duration)
Set 慢查询耗时(毫秒)
|
void |
setExecuteTime(String ExecuteTime)
Set 执行时间
|
void |
setNode(String Node)
Set 节点ID
|
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 TendisSlowLogDetail()
public TendisSlowLogDetail(TendisSlowLogDetail source)
public String getExecuteTime()
public void setExecuteTime(String ExecuteTime)
ExecuteTime
- 执行时间public Long getDuration()
public void setDuration(Long Duration)
Duration
- 慢查询耗时(毫秒)public String getCommand()
public void setCommand(String Command)
Command
- 命令public String getCommandLine()
public void setCommandLine(String CommandLine)
CommandLine
- 详细命令行信息public String getNode()
public void setNode(String Node)
Node
- 节点IDCopyright © 2024. All rights reserved.