public class CreateComplianceRules extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateComplianceRules() | 
| CreateComplianceRules(CreateComplianceRules 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 | getLevelId()Get 级别id | 
| Long | getRuleId()Get 规则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, toJsonStringpublic CreateComplianceRules()
public CreateComplianceRules(CreateComplianceRules source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - 规则idpublic Long getLevelId()
public void setLevelId(Long LevelId)
LevelId - 级别idCopyright © 2025. All rights reserved.