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 个数
|
Float |
getRatio()
Get 比例
|
String |
getValue()
Get 值
|
void |
setCount(Long Count)
Set 个数
|
void |
setRatio(Float Ratio)
Set 比例
|
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 FieldValueRatioInfo()
public FieldValueRatioInfo(FieldValueRatioInfo source)
public Long getCount()
public void setCount(Long Count)
Count
- 个数public Float getRatio()
public void setRatio(Float Ratio)
Ratio
- 比例public String getValue()
public void setValue(String Value)
Value
- 值Copyright © 2024. All rights reserved.