Class EnableDSPADiscoveryRuleRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.EnableDSPADiscoveryRuleRequest
-
public class EnableDSPADiscoveryRuleRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description EnableDSPADiscoveryRuleRequest()EnableDSPADiscoveryRuleRequest(EnableDSPADiscoveryRuleRequest 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 StringgetDspaId()Get DSPA实例IDBooleangetEnable()Get 开关ScanRuleLonggetRuleId()Get 规则IDvoidsetDspaId(String DspaId)Set DSPA实例IDvoidsetEnable(Boolean Enable)Set 开关ScanRulevoidsetRuleId(Long RuleId)Set 规则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
-
EnableDSPADiscoveryRuleRequest
public EnableDSPADiscoveryRuleRequest()
-
EnableDSPADiscoveryRuleRequest
public EnableDSPADiscoveryRuleRequest(EnableDSPADiscoveryRuleRequest 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
-
getRuleId
public Long getRuleId()
Get 规则ID- Returns:
- RuleId 规则ID
-
setRuleId
public void setRuleId(Long RuleId)
Set 规则ID- Parameters:
RuleId- 规则ID
-
getEnable
public Boolean getEnable()
Get 开关ScanRule- Returns:
- Enable 开关ScanRule
-
setEnable
public void setEnable(Boolean Enable)
Set 开关ScanRule- Parameters:
Enable- 开关ScanRule
-
-