Class VerifyDSPACOSRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.VerifyDSPACOSRuleRequest
-
public class VerifyDSPACOSRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScanTaskCOSRulesgetCOSRules()Get 待验证COS规则StringgetData()Get 待验证数据StringgetDspaId()Get DSPA实例IDvoidsetCOSRules(ScanTaskCOSRules COSRules)Set 待验证COS规则voidsetData(String Data)Set 待验证数据voidsetDspaId(String DspaId)Set DSPA实例IDvoidtoMap(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
-
VerifyDSPACOSRuleRequest
public VerifyDSPACOSRuleRequest()
-
VerifyDSPACOSRuleRequest
public 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.
-
-
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
-
getCOSRules
public ScanTaskCOSRules getCOSRules()
Get 待验证COS规则- Returns:
- COSRules 待验证COS规则
-
setCOSRules
public void setCOSRules(ScanTaskCOSRules COSRules)
Set 待验证COS规则- Parameters:
COSRules- 待验证COS规则
-
getData
public String getData()
Get 待验证数据- Returns:
- Data 待验证数据
-
setData
public void setData(String Data)
Set 待验证数据- Parameters:
Data- 待验证数据
-
-