Class InstanceProxySlowlogDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.redis.v20180412.models.InstanceProxySlowlogDetail
-
public class InstanceProxySlowlogDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClient()Get 客户端地址。StringgetCommand()Get 慢查询的命令。StringgetCommandLine()Get 慢查询详细命令行信息。LonggetDuration()Get 慢查询耗时时长。单位:毫秒。StringgetExecuteTime()Get 执行时间。voidsetClient(String Client)Set 客户端地址。voidsetCommand(String Command)Set 慢查询的命令。voidsetCommandLine(String CommandLine)Set 慢查询详细命令行信息。voidsetDuration(Long Duration)Set 慢查询耗时时长。单位:毫秒。voidsetExecuteTime(String ExecuteTime)Set 执行时间。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InstanceProxySlowlogDetail
public InstanceProxySlowlogDetail()
-
InstanceProxySlowlogDetail
public 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.
-
-
Method Detail
-
getDuration
public Long getDuration()
Get 慢查询耗时时长。单位:毫秒。- Returns:
- Duration 慢查询耗时时长。单位:毫秒。
-
setDuration
public void setDuration(Long Duration)
Set 慢查询耗时时长。单位:毫秒。- Parameters:
Duration- 慢查询耗时时长。单位:毫秒。
-
getClient
public String getClient()
Get 客户端地址。- Returns:
- Client 客户端地址。
-
setClient
public void setClient(String Client)
Set 客户端地址。- Parameters:
Client- 客户端地址。
-
getCommand
public String getCommand()
Get 慢查询的命令。- Returns:
- Command 慢查询的命令。
-
setCommand
public void setCommand(String Command)
Set 慢查询的命令。- Parameters:
Command- 慢查询的命令。
-
getCommandLine
public String getCommandLine()
Get 慢查询详细命令行信息。- Returns:
- CommandLine 慢查询详细命令行信息。
-
setCommandLine
public void setCommandLine(String CommandLine)
Set 慢查询详细命令行信息。- Parameters:
CommandLine- 慢查询详细命令行信息。
-
getExecuteTime
public String getExecuteTime()
Get 执行时间。- Returns:
- ExecuteTime 执行时间。
-
setExecuteTime
public void setExecuteTime(String ExecuteTime)
Set 执行时间。- Parameters:
ExecuteTime- 执行时间。
-
-