public class FieldValueRatioInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
FieldValueRatioInfo()  | 
FieldValueRatioInfo(FieldValueRatioInfo 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 Number 
 | 
Float | 
getRatio()
Get Ratio 
 | 
String | 
getValue()
Get Value 
 | 
void | 
setCount(Long Count)
Set Number 
 | 
void | 
setRatio(Float Ratio)
Set Ratio 
 | 
void | 
setValue(String Value)
Set Value 
 | 
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 FieldValueRatioInfo()
public FieldValueRatioInfo(FieldValueRatioInfo source)
public Long getCount()
public void setCount(Long Count)
Count - Numberpublic Float getRatio()
public void setRatio(Float Ratio)
Ratio - Ratiopublic String getValue()
public void setValue(String Value)
Value - ValueCopyright © 2025. All rights reserved.