public class RuleDimCnt extends AbstractModel
header, skipSign
Constructor and Description |
---|
RuleDimCnt() |
RuleDimCnt(RuleDimCnt 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 |
getCnt()
Get count 数
|
Long |
getDim()
Get 1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
|
void |
setCnt(Long Cnt)
Set count 数
|
void |
setDim(Long Dim)
Set 1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性
|
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 RuleDimCnt()
public RuleDimCnt(RuleDimCnt source)
public Long getDim()
public void setDim(Long Dim)
Dim
- 1:准确性,2:唯一性,3:完整性,4:一致性,5:及时性,6:有效性public Long getCnt()
public void setCnt(Long Cnt)
Cnt
- count 数Copyright © 2024. All rights reserved.