public class ComplianceGroupRuleIdInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComplianceGroupRuleIdInfo() |
ComplianceGroupRuleIdInfo(ComplianceGroupRuleIdInfo 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
|
Long |
getLevelId()
Get 敏感数据分级标识ID, 系统支持高、中、低三级,也支持自定义分级
|
Long |
getRuleId()
Get 敏感数据识别规则ID
|
void |
setCategoryId(Long CategoryId)
Set 敏感数据分类ID
|
void |
setLevelId(Long LevelId)
Set 敏感数据分级标识ID, 系统支持高、中、低三级,也支持自定义分级
|
void |
setRuleId(Long RuleId)
Set 敏感数据识别规则ID
|
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, toJsonString
public ComplianceGroupRuleIdInfo()
public ComplianceGroupRuleIdInfo(ComplianceGroupRuleIdInfo source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 敏感数据识别规则IDpublic Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId
- 敏感数据分类IDpublic Long getLevelId()
public void setLevelId(Long LevelId)
LevelId
- 敏感数据分级标识ID, 系统支持高、中、低三级,也支持自定义分级Copyright © 2024. All rights reserved.