public class VerifyDSPACOSRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VerifyDSPACOSRuleRequest() | 
| VerifyDSPACOSRuleRequest(VerifyDSPACOSRuleRequest 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 | 
|---|---|
| ScanTaskCOSRules | getCOSRules()Get 待验证COS规则 | 
| String | getData()Get 待验证数据 | 
| String | getDspaId()Get DSPA实例ID | 
| void | setCOSRules(ScanTaskCOSRules COSRules)Set 待验证COS规则 | 
| void | setData(String Data)Set 待验证数据 | 
| void | setDspaId(String DspaId)Set DSPA实例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 VerifyDSPACOSRuleRequest()
public VerifyDSPACOSRuleRequest(VerifyDSPACOSRuleRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId - DSPA实例IDpublic ScanTaskCOSRules getCOSRules()
public void setCOSRules(ScanTaskCOSRules COSRules)
COSRules - 待验证COS规则public String getData()
public void setData(String Data)
Data - 待验证数据Copyright © 2025. All rights reserved.