public class CreateDSPADiscoveryRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateDSPADiscoveryRuleRequest() |
CreateDSPADiscoveryRuleRequest(CreateDSPADiscoveryRuleRequest 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 |
---|---|
DspaDiscoveryCOSRules |
getCOSRules()
Get COS类敏感数据识别规则
|
String |
getDescription()
Get 规则描述,最大长度为1024个字符
|
String |
getDspaId()
Get DSPA实例ID
|
String |
getName()
Get 规则名称,1-60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复
|
DspaDiscoveryRDBRules |
getRDBRules()
Get RDB类敏感数据识别规则
|
Long |
getStatus()
Get 规则状态;0 不启用, 1 启用
|
void |
setCOSRules(DspaDiscoveryCOSRules COSRules)
Set COS类敏感数据识别规则
|
void |
setDescription(String Description)
Set 规则描述,最大长度为1024个字符
|
void |
setDspaId(String DspaId)
Set DSPA实例ID
|
void |
setName(String Name)
Set 规则名称,1-60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复
|
void |
setRDBRules(DspaDiscoveryRDBRules RDBRules)
Set RDB类敏感数据识别规则
|
void |
setStatus(Long Status)
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, toJsonString
public CreateDSPADiscoveryRuleRequest()
public CreateDSPADiscoveryRuleRequest(CreateDSPADiscoveryRuleRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- DSPA实例IDpublic String getName()
public void setName(String Name)
Name
- 规则名称,1-60个字符,仅允许输入中文、英文字母、数字、'_'、'-',并且开头和结尾需为中文、英文字母或者数字,Name不可重复public String getDescription()
public void setDescription(String Description)
Description
- 规则描述,最大长度为1024个字符public DspaDiscoveryRDBRules getRDBRules()
public void setRDBRules(DspaDiscoveryRDBRules RDBRules)
RDBRules
- RDB类敏感数据识别规则public DspaDiscoveryCOSRules getCOSRules()
public void setCOSRules(DspaDiscoveryCOSRules COSRules)
COSRules
- COS类敏感数据识别规则public Long getStatus()
public void setStatus(Long Status)
Status
- 规则状态;0 不启用, 1 启用Copyright © 2024. All rights reserved.