public class TendisSlowLogDetail extends AbstractModel
Constructor and Description |
---|
TendisSlowLogDetail() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2021. All rights reserved.