Class DataCategory
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DataCategory
-
public class DataCategory extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCategoryId()Get 分类IDStringgetName()Get 敏感数据分类名称LonggetRelateComplianceCount()Get 关联模板数量LonggetSource()Get 敏感数据分类来源,取值:0 内置, 1 自定义voidsetCategoryId(Long CategoryId)Set 分类IDvoidsetName(String Name)Set 敏感数据分类名称voidsetRelateComplianceCount(Long RelateComplianceCount)Set 关联模板数量voidsetSource(Long Source)Set 敏感数据分类来源,取值:0 内置, 1 自定义voidtoMap(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
-
DataCategory
public DataCategory()
-
DataCategory
public 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.
-
-
Method Detail
-
getCategoryId
public Long getCategoryId()
Get 分类ID- Returns:
- CategoryId 分类ID
-
setCategoryId
public void setCategoryId(Long CategoryId)
Set 分类ID- Parameters:
CategoryId- 分类ID
-
getName
public String getName()
Get 敏感数据分类名称- Returns:
- Name 敏感数据分类名称
-
setName
public void setName(String Name)
Set 敏感数据分类名称- Parameters:
Name- 敏感数据分类名称
-
getSource
public Long getSource()
Get 敏感数据分类来源,取值:0 内置, 1 自定义- Returns:
- Source 敏感数据分类来源,取值:0 内置, 1 自定义
-
setSource
public void setSource(Long Source)
Set 敏感数据分类来源,取值:0 内置, 1 自定义- Parameters:
Source- 敏感数据分类来源,取值:0 内置, 1 自定义
-
getRelateComplianceCount
public Long getRelateComplianceCount()
Get 关联模板数量- Returns:
- RelateComplianceCount 关联模板数量
-
setRelateComplianceCount
public void setRelateComplianceCount(Long RelateComplianceCount)
Set 关联模板数量- Parameters:
RelateComplianceCount- 关联模板数量
-
-