Class DimensionCount
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wedata.v20210820.models.DimensionCount
-
public class DimensionCount extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DimensionCount
public DimensionCount()
-
DimensionCount
public 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.
-
-
Method Detail
-
getDimType
@Deprecated public Long getDimType()
Deprecated.Get 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DimType 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 注意:此字段可能返回 null,表示取不到有效值。
-
setDimType
@Deprecated public void setDimType(Long DimType)
Deprecated.Set 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DimType
- 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 注意:此字段可能返回 null,表示取不到有效值。
-
getCount
public Long getCount()
Get 统计值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Count 统计值 注意:此字段可能返回 null,表示取不到有效值。
-
setCount
public void setCount(Long Count)
Set 统计值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Count
- 统计值 注意:此字段可能返回 null,表示取不到有效值。
-
getQualityDim
public Long getQualityDim()
Get 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- QualityDim 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 注意:此字段可能返回 null,表示取不到有效值。
-
setQualityDim
public void setQualityDim(Long QualityDim)
Set 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
QualityDim
- 维度类型1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性 注意:此字段可能返回 null,表示取不到有效值。
-
-