public class CreateIdentifyRuleAnotherNameRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getAliasRuleId()Get 别名规则id | 
| String | getAliasRuleName()Get 别名规则名称 | 
| String | getAnotherName()Get 规则别名 | 
| Long | getCategoryId()Get 规则绑定的分类id | 
| Long | getComplianceId()Get 合规组ID | 
| String | getDspaId()Get DSPA实例ID | 
| Long | getRuleId()Get 规则id | 
| String | getRuleName()Get 规则名称 | 
| void | setAliasRuleId(Long AliasRuleId)Set 别名规则id | 
| void | setAliasRuleName(String AliasRuleName)Set 别名规则名称 | 
| void | setAnotherName(String AnotherName)Set 规则别名 | 
| void | setCategoryId(Long CategoryId)Set 规则绑定的分类id | 
| void | setComplianceId(Long ComplianceId)Set 合规组ID | 
| void | setDspaId(String DspaId)Set DSPA实例ID | 
| void | setRuleId(Long RuleId)Set 规则id | 
| void | setRuleName(String RuleName)Set 规则名称 | 
| 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, toJsonStringpublic CreateIdentifyRuleAnotherNameRequest()
public CreateIdentifyRuleAnotherNameRequest(CreateIdentifyRuleAnotherNameRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId - DSPA实例IDpublic Long getComplianceId()
public void setComplianceId(Long ComplianceId)
ComplianceId - 合规组IDpublic Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId - 规则绑定的分类idpublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - 规则idpublic String getRuleName()
public void setRuleName(String RuleName)
RuleName - 规则名称public String getAnotherName()
public void setAnotherName(String AnotherName)
AnotherName - 规则别名public Long getAliasRuleId()
public void setAliasRuleId(Long AliasRuleId)
AliasRuleId - 别名规则idpublic String getAliasRuleName()
public void setAliasRuleName(String AliasRuleName)
AliasRuleName - 别名规则名称Copyright © 2025. All rights reserved.