Class DescribeSlowLogUserHostStatsResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.DescribeSlowLogUserHostStatsResponse
-
public class DescribeSlowLogUserHostStatsResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSlowLogUserHostStatsResponse()DescribeSlowLogUserHostStatsResponse(DescribeSlowLogUserHostStatsResponse 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 SlowLogHost[]getItems()Get 各来源地址的慢日志占比详情列表。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetTotalCount()Get 来源地址数目。SlowLogUser[]getUserNameItems()Get 各来源用户名的慢日志占比详情列表。LonggetUserTotalCount()Get 来源用户数目。voidsetItems(SlowLogHost[] Items)Set 各来源地址的慢日志占比详情列表。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetTotalCount(Long TotalCount)Set 来源地址数目。voidsetUserNameItems(SlowLogUser[] UserNameItems)Set 各来源用户名的慢日志占比详情列表。voidsetUserTotalCount(Long UserTotalCount)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
-
DescribeSlowLogUserHostStatsResponse
public DescribeSlowLogUserHostStatsResponse()
-
DescribeSlowLogUserHostStatsResponse
public DescribeSlowLogUserHostStatsResponse(DescribeSlowLogUserHostStatsResponse 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
-
getTotalCount
public Long getTotalCount()
Get 来源地址数目。- Returns:
- TotalCount 来源地址数目。
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 来源地址数目。- Parameters:
TotalCount- 来源地址数目。
-
getItems
public SlowLogHost[] getItems()
Get 各来源地址的慢日志占比详情列表。- Returns:
- Items 各来源地址的慢日志占比详情列表。
-
setItems
public void setItems(SlowLogHost[] Items)
Set 各来源地址的慢日志占比详情列表。- Parameters:
Items- 各来源地址的慢日志占比详情列表。
-
getUserNameItems
public SlowLogUser[] getUserNameItems()
Get 各来源用户名的慢日志占比详情列表。- Returns:
- UserNameItems 各来源用户名的慢日志占比详情列表。
-
setUserNameItems
public void setUserNameItems(SlowLogUser[] UserNameItems)
Set 各来源用户名的慢日志占比详情列表。- Parameters:
UserNameItems- 各来源用户名的慢日志占比详情列表。
-
getUserTotalCount
public Long getUserTotalCount()
Get 来源用户数目。- Returns:
- UserTotalCount 来源用户数目。
-
setUserTotalCount
public void setUserTotalCount(Long UserTotalCount)
Set 来源用户数目。- Parameters:
UserTotalCount- 来源用户数目。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-