Class SlowLogUser
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.SlowLogUser
-
public class SlowLogUser extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SlowLogUser()SlowLogUser(SlowLogUser 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 LonggetCount()Get 该来源用户名的慢日志数目。FloatgetRatio()Get 该来源用户名的慢日志数目占总数目的比例,单位%。StringgetUserName()Get 来源用户名。voidsetCount(Long Count)Set 该来源用户名的慢日志数目。voidsetRatio(Float Ratio)Set 该来源用户名的慢日志数目占总数目的比例,单位%。voidsetUserName(String UserName)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
-
SlowLogUser
public SlowLogUser()
-
SlowLogUser
public SlowLogUser(SlowLogUser 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
-
getUserName
public String getUserName()
Get 来源用户名。- Returns:
- UserName 来源用户名。
-
setUserName
public void setUserName(String UserName)
Set 来源用户名。- Parameters:
UserName- 来源用户名。
-
getRatio
public Float getRatio()
Get 该来源用户名的慢日志数目占总数目的比例,单位%。- Returns:
- Ratio 该来源用户名的慢日志数目占总数目的比例,单位%。
-
setRatio
public void setRatio(Float Ratio)
Set 该来源用户名的慢日志数目占总数目的比例,单位%。- Parameters:
Ratio- 该来源用户名的慢日志数目占总数目的比例,单位%。
-
getCount
public Long getCount()
Get 该来源用户名的慢日志数目。- Returns:
- Count 该来源用户名的慢日志数目。
-
setCount
public void setCount(Long Count)
Set 该来源用户名的慢日志数目。- Parameters:
Count- 该来源用户名的慢日志数目。
-
-