public class AccessFieldValueRatioInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AccessFieldValueRatioInfo() |
AccessFieldValueRatioInfo(AccessFieldValueRatioInfo 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 对应的Value值的百分比
|
String |
getValue()
Get 字段对应的值
|
void |
setCount(Long Count)
Set 日志条数
|
void |
setRatio(Float Ratio)
Set 对应的Value值的百分比
|
void |
setValue(String Value)
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, toJsonString
public AccessFieldValueRatioInfo()
public AccessFieldValueRatioInfo(AccessFieldValueRatioInfo source)
public Long getCount()
public void setCount(Long Count)
Count
- 日志条数public Float getRatio()
public void setRatio(Float Ratio)
Ratio
- 对应的Value值的百分比public String getValue()
public void setValue(String Value)
Value
- 字段对应的值Copyright © 2024. All rights reserved.