Class CreateIdentifyRuleAnotherNameRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.CreateIdentifyRuleAnotherNameRequest
-
public class CreateIdentifyRuleAnotherNameRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateIdentifyRuleAnotherNameRequest()CreateIdentifyRuleAnotherNameRequest(CreateIdentifyRuleAnotherNameRequest 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 LonggetAliasRuleId()Get 别名规则idStringgetAliasRuleName()Get 别名规则名称StringgetAnotherName()Get 规则别名LonggetCategoryId()Get 规则绑定的分类idLonggetComplianceId()Get 合规组IDStringgetDspaId()Get DSPA实例IDLonggetRuleId()Get 规则idStringgetRuleName()Get 规则名称voidsetAliasRuleId(Long AliasRuleId)Set 别名规则idvoidsetAliasRuleName(String AliasRuleName)Set 别名规则名称voidsetAnotherName(String AnotherName)Set 规则别名voidsetCategoryId(Long CategoryId)Set 规则绑定的分类idvoidsetComplianceId(Long ComplianceId)Set 合规组IDvoidsetDspaId(String DspaId)Set DSPA实例IDvoidsetRuleId(Long RuleId)Set 规则idvoidsetRuleName(String RuleName)Set 规则名称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
-
CreateIdentifyRuleAnotherNameRequest
public CreateIdentifyRuleAnotherNameRequest()
-
CreateIdentifyRuleAnotherNameRequest
public CreateIdentifyRuleAnotherNameRequest(CreateIdentifyRuleAnotherNameRequest 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
-
getComplianceId
public Long getComplianceId()
Get 合规组ID- Returns:
- ComplianceId 合规组ID
-
setComplianceId
public void setComplianceId(Long ComplianceId)
Set 合规组ID- Parameters:
ComplianceId- 合规组ID
-
getCategoryId
public Long getCategoryId()
Get 规则绑定的分类id- Returns:
- CategoryId 规则绑定的分类id
-
setCategoryId
public void setCategoryId(Long CategoryId)
Set 规则绑定的分类id- Parameters:
CategoryId- 规则绑定的分类id
-
getRuleId
public Long getRuleId()
Get 规则id- Returns:
- RuleId 规则id
-
setRuleId
public void setRuleId(Long RuleId)
Set 规则id- Parameters:
RuleId- 规则id
-
getRuleName
public String getRuleName()
Get 规则名称- Returns:
- RuleName 规则名称
-
setRuleName
public void setRuleName(String RuleName)
Set 规则名称- Parameters:
RuleName- 规则名称
-
getAnotherName
public String getAnotherName()
Get 规则别名- Returns:
- AnotherName 规则别名
-
setAnotherName
public void setAnotherName(String AnotherName)
Set 规则别名- Parameters:
AnotherName- 规则别名
-
getAliasRuleId
public Long getAliasRuleId()
Get 别名规则id- Returns:
- AliasRuleId 别名规则id
-
setAliasRuleId
public void setAliasRuleId(Long AliasRuleId)
Set 别名规则id- Parameters:
AliasRuleId- 别名规则id
-
getAliasRuleName
public String getAliasRuleName()
Get 别名规则名称- Returns:
- AliasRuleName 别名规则名称
-
setAliasRuleName
public void setAliasRuleName(String AliasRuleName)
Set 别名规则名称- Parameters:
AliasRuleName- 别名规则名称
-
-