public class DataCategory extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DataCategory() | 
| DataCategory(DataCategory 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 | getCategoryId()Get 分类ID | 
| String | getName()Get 敏感数据分类名称 | 
| Long | getRelateComplianceCount()Get 关联模板数量 | 
| Long | getSource()Get 敏感数据分类来源,取值:0 内置, 1 自定义 | 
| void | setCategoryId(Long CategoryId)Set 分类ID | 
| void | setName(String Name)Set 敏感数据分类名称 | 
| void | setRelateComplianceCount(Long RelateComplianceCount)Set 关联模板数量 | 
| void | setSource(Long Source)Set 敏感数据分类来源,取值:0 内置, 1 自定义 | 
| 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 DataCategory()
public DataCategory(DataCategory source)
public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId - 分类IDpublic String getName()
public void setName(String Name)
Name - 敏感数据分类名称public Long getSource()
public void setSource(Long Source)
Source - 敏感数据分类来源,取值:0 内置, 1 自定义public Long getRelateComplianceCount()
public void setRelateComplianceCount(Long RelateComplianceCount)
RelateComplianceCount - 关联模板数量Copyright © 2025. All rights reserved.