public class EnableDSPADiscoveryRuleRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDspaId()
Get DSPA实例ID
|
Boolean |
getEnable()
Get 开关ScanRule
|
Long |
getRuleId()
Get 规则ID
|
void |
setDspaId(String DspaId)
Set DSPA实例ID
|
void |
setEnable(Boolean Enable)
Set 开关ScanRule
|
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, toJsonString
public EnableDSPADiscoveryRuleRequest()
public EnableDSPADiscoveryRuleRequest(EnableDSPADiscoveryRuleRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId
- DSPA实例IDpublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 规则IDpublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- 开关ScanRuleCopyright © 2024. All rights reserved.