Uses of Class
com.tencentcloudapi.dsgc.v20190723.models.DspaDataCategoryDistributed
-
Packages that use DspaDataCategoryDistributed Package Description com.tencentcloudapi.dsgc.v20190723.models -
-
Uses of DspaDataCategoryDistributed in com.tencentcloudapi.dsgc.v20190723.models
Methods in com.tencentcloudapi.dsgc.v20190723.models that return DspaDataCategoryDistributed Modifier and Type Method Description DspaDataCategoryDistributed[]DspaCOSDataAssetCount. getCategoryDistributed()Get 数据分类分布 注意:此字段可能返回 null,表示取不到有效值。DspaDataCategoryDistributed[]DspaRDBDataAssetCount. getCategoryDistributed()Get 数据分类分布 注意:此字段可能返回 null,表示取不到有效值。DspaDataCategoryDistributed[]ESDataAssetCountDto. getCategoryDistributed()Get 敏感分类的分布 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dsgc.v20190723.models with parameters of type DspaDataCategoryDistributed Modifier and Type Method Description voidDspaCOSDataAssetCount. setCategoryDistributed(DspaDataCategoryDistributed[] CategoryDistributed)Set 数据分类分布 注意:此字段可能返回 null,表示取不到有效值。voidDspaRDBDataAssetCount. setCategoryDistributed(DspaDataCategoryDistributed[] CategoryDistributed)Set 数据分类分布 注意:此字段可能返回 null,表示取不到有效值。voidESDataAssetCountDto. setCategoryDistributed(DspaDataCategoryDistributed[] CategoryDistributed)Set 敏感分类的分布 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dsgc.v20190723.models with parameters of type DspaDataCategoryDistributed Constructor Description DspaDataCategoryDistributed(DspaDataCategoryDistributed 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.
-