public class DimensionCount extends AbstractModel
header, skipSign
Constructor and Description |
---|
DimensionCount() |
DimensionCount(DimensionCount 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 统计值
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getDimType()
Deprecated.
|
Long |
getQualityDim()
Get 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCount(Long Count)
Set 统计值
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDimType(Long DimType)
Deprecated.
|
void |
setQualityDim(Long QualityDim)
Set 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DimensionCount()
public DimensionCount(DimensionCount source)
@Deprecated public Long getDimType()
@Deprecated public void setDimType(Long DimType)
DimType
- 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
注意:此字段可能返回 null,表示取不到有效值。public Long getCount()
public void setCount(Long Count)
Count
- 统计值
注意:此字段可能返回 null,表示取不到有效值。public Long getQualityDim()
public void setQualityDim(Long QualityDim)
QualityDim
- 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.