Class ModifyDSPACategoryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.ModifyDSPACategoryRequest
-
public class ModifyDSPACategoryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyDSPACategoryRequest()ModifyDSPACategoryRequest(ModifyDSPACategoryRequest 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 数据分类IDStringgetDspaId()Get DSPA实例IDStringgetName()Get 敏感数据分类名称,1-60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复voidsetCategoryId(Long CategoryId)Set 数据分类IDvoidsetDspaId(String DspaId)Set DSPA实例IDvoidsetName(String Name)Set 敏感数据分类名称,1-60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复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
-
ModifyDSPACategoryRequest
public ModifyDSPACategoryRequest()
-
ModifyDSPACategoryRequest
public ModifyDSPACategoryRequest(ModifyDSPACategoryRequest 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
-
getDspaId
public String getDspaId()
Get DSPA实例ID- Returns:
- DspaId DSPA实例ID
-
setDspaId
public void setDspaId(String DspaId)
Set DSPA实例ID- Parameters:
DspaId- DSPA实例ID
-
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 敏感数据分类名称,1-60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复- Returns:
- Name 敏感数据分类名称,1-60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复
-
setName
public void setName(String Name)
Set 敏感数据分类名称,1-60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复- Parameters:
Name- 敏感数据分类名称,1-60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复
-
-