public class SlowLogUser extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getCount()Get 该来源用户名的慢日志数目。 | 
| Float | getRatio()Get 该来源用户名的慢日志数目占总数目的比例,单位%。 | 
| String | getUserName()Get 来源用户名。 | 
| void | setCount(Long Count)Set 该来源用户名的慢日志数目。 | 
| void | setRatio(Float Ratio)Set 该来源用户名的慢日志数目占总数目的比例,单位%。 | 
| void | setUserName(String UserName)Set 来源用户名。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SlowLogUser()
public SlowLogUser(SlowLogUser source)
public String getUserName()
public void setUserName(String UserName)
UserName - 来源用户名。public Float getRatio()
public void setRatio(Float Ratio)
Ratio - 该来源用户名的慢日志数目占总数目的比例,单位%。public Long getCount()
public void setCount(Long Count)
Count - 该来源用户名的慢日志数目。Copyright © 2025. All rights reserved.