Class SlowlogDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.SlowlogDetail
-
public class SlowlogDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SlowlogDetail()SlowlogDetail(SlowlogDetail 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 NormalQueryItem[]getNormalQueries()Get 脱敏后的慢SQL列表LonggetTotalCalls()Get 调用总次数FloatgetTotalTime()Get 花费总时间voidsetNormalQueries(NormalQueryItem[] NormalQueries)Set 脱敏后的慢SQL列表voidsetTotalCalls(Long TotalCalls)Set 调用总次数voidsetTotalTime(Float TotalTime)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
-
SlowlogDetail
public SlowlogDetail()
-
SlowlogDetail
public SlowlogDetail(SlowlogDetail 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
-
getTotalTime
public Float getTotalTime()
Get 花费总时间- Returns:
- TotalTime 花费总时间
-
setTotalTime
public void setTotalTime(Float TotalTime)
Set 花费总时间- Parameters:
TotalTime- 花费总时间
-
getTotalCalls
public Long getTotalCalls()
Get 调用总次数- Returns:
- TotalCalls 调用总次数
-
setTotalCalls
public void setTotalCalls(Long TotalCalls)
Set 调用总次数- Parameters:
TotalCalls- 调用总次数
-
getNormalQueries
public NormalQueryItem[] getNormalQueries()
Get 脱敏后的慢SQL列表- Returns:
- NormalQueries 脱敏后的慢SQL列表
-
setNormalQueries
public void setNormalQueries(NormalQueryItem[] NormalQueries)
Set 脱敏后的慢SQL列表- Parameters:
NormalQueries- 脱敏后的慢SQL列表
-
-