Class DurationAnalysis
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.DurationAnalysis
-
public class DurationAnalysis extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DurationAnalysis()
DurationAnalysis(DurationAnalysis 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 Long
getCount()
Get 对应时段区间慢SQL 条数String
getTimeSegment()
Get 慢SQL耗时,时段void
setCount(Long Count)
Set 对应时段区间慢SQL 条数void
setTimeSegment(String TimeSegment)
Set 慢SQL耗时,时段void
toMap(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
-
DurationAnalysis
public DurationAnalysis()
-
DurationAnalysis
public DurationAnalysis(DurationAnalysis 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
-
getTimeSegment
public String getTimeSegment()
Get 慢SQL耗时,时段- Returns:
- TimeSegment 慢SQL耗时,时段
-
setTimeSegment
public void setTimeSegment(String TimeSegment)
Set 慢SQL耗时,时段- Parameters:
TimeSegment
- 慢SQL耗时,时段
-
getCount
public Long getCount()
Get 对应时段区间慢SQL 条数- Returns:
- Count 对应时段区间慢SQL 条数
-
setCount
public void setCount(Long Count)
Set 对应时段区间慢SQL 条数- Parameters:
Count
- 对应时段区间慢SQL 条数
-
-