public class TendisSlowLogDetail extends AbstractModel
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 Command
|
String |
getCommandLine()
Get Command line details
|
Long |
getDuration()
Get Duration of the slow query (ms)
|
String |
getExecuteTime()
Get Execution time
|
String |
getNode()
Get Node ID
|
void |
setCommand(String Command)
Set Command
|
void |
setCommandLine(String CommandLine)
Set Command line details
|
void |
setDuration(Long Duration)
Set Duration of the slow query (ms)
|
void |
setExecuteTime(String ExecuteTime)
Set Execution time
|
void |
setNode(String Node)
Set Node 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 TendisSlowLogDetail()
public TendisSlowLogDetail(TendisSlowLogDetail source)
public String getExecuteTime()
public void setExecuteTime(String ExecuteTime)
ExecuteTime
- Execution timepublic Long getDuration()
public void setDuration(Long Duration)
Duration
- Duration of the slow query (ms)public String getCommand()
public void setCommand(String Command)
Command
- Commandpublic String getCommandLine()
public void setCommandLine(String CommandLine)
CommandLine
- Command line detailspublic String getNode()
public void setNode(String Node)
Node
- Node IDCopyright © 2023. All rights reserved.