public class WeightInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| WeightInfo() | 
| WeightInfo(WeightInfo 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 | getQualityDim()Get 维度类型 1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 | 
| Long | getWeight()Get 权重 | 
| void | setQualityDim(Long QualityDim)Set 维度类型 1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 | 
| void | setWeight(Long Weight)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 WeightInfo()
public WeightInfo(WeightInfo source)
public Long getWeight()
public void setWeight(Long Weight)
Weight - 权重public Long getQualityDim()
public void setQualityDim(Long QualityDim)
QualityDim - 维度类型 1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性Copyright © 2025. All rights reserved.