public class ESDataAssetCountDto extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ESDataAssetCountDto() | 
| ESDataAssetCountDto(ESDataAssetCountDto 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 | 
|---|---|
| DspaDataCategoryDistributed[] | getCategoryDistributed()Get 敏感分类的分布 | 
| Long | getDataAssetType()Get es | 
| Long | getSensitiveCategoryCnt()Get 敏感分类的个数 | 
| Long | getSensitiveFieldCnt()Get 敏感字段个数 | 
| Long | getSensitiveIndexCnt()Get 敏感索引个数 | 
| SensitiveLevel[] | getSensitiveLevel()Get 敏感分级的分布 | 
| Long | getTotalFieldCnt()Get 总的字段个数 | 
| Long | getTotalIndexCnt()Get 总的索引个数 | 
| void | setCategoryDistributed(DspaDataCategoryDistributed[] CategoryDistributed)Set 敏感分类的分布 | 
| void | setDataAssetType(Long DataAssetType)Set es | 
| void | setSensitiveCategoryCnt(Long SensitiveCategoryCnt)Set 敏感分类的个数 | 
| void | setSensitiveFieldCnt(Long SensitiveFieldCnt)Set 敏感字段个数 | 
| void | setSensitiveIndexCnt(Long SensitiveIndexCnt)Set 敏感索引个数 | 
| void | setSensitiveLevel(SensitiveLevel[] SensitiveLevel)Set 敏感分级的分布 | 
| void | setTotalFieldCnt(Long TotalFieldCnt)Set 总的字段个数 | 
| void | setTotalIndexCnt(Long TotalIndexCnt)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 ESDataAssetCountDto()
public ESDataAssetCountDto(ESDataAssetCountDto source)
public Long getDataAssetType()
public void setDataAssetType(Long DataAssetType)
DataAssetType - espublic Long getSensitiveIndexCnt()
public void setSensitiveIndexCnt(Long SensitiveIndexCnt)
SensitiveIndexCnt - 敏感索引个数public Long getTotalIndexCnt()
public void setTotalIndexCnt(Long TotalIndexCnt)
TotalIndexCnt - 总的索引个数public Long getSensitiveFieldCnt()
public void setSensitiveFieldCnt(Long SensitiveFieldCnt)
SensitiveFieldCnt - 敏感字段个数public Long getTotalFieldCnt()
public void setTotalFieldCnt(Long TotalFieldCnt)
TotalFieldCnt - 总的字段个数public Long getSensitiveCategoryCnt()
public void setSensitiveCategoryCnt(Long SensitiveCategoryCnt)
SensitiveCategoryCnt - 敏感分类的个数public SensitiveLevel[] getSensitiveLevel()
public void setSensitiveLevel(SensitiveLevel[] SensitiveLevel)
SensitiveLevel - 敏感分级的分布public DspaDataCategoryDistributed[] getCategoryDistributed()
public void setCategoryDistributed(DspaDataCategoryDistributed[] CategoryDistributed)
CategoryDistributed - 敏感分类的分布Copyright © 2025. All rights reserved.