public class DescribeDSPADiscoveryRulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeDSPADiscoveryRulesRequest() | 
| DescribeDSPADiscoveryRulesRequest(DescribeDSPADiscoveryRulesRequest 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 | getFilterRuleSource()Get 是否需要过滤别名 | 
| Long | getLimit()Get 返回上限,默认值10, 最大值10000。 | 
| String | getName()Get 规则名称 | 
| Long | getOffset()Get 偏移量 | 
| Long | getRuleId()Get 规则ID | 
| void | setDspaId(String DspaId)Set DSPA实例ID | 
| void | setFilterRuleSource(Boolean FilterRuleSource)Set 是否需要过滤别名 | 
| void | setLimit(Long Limit)Set 返回上限,默认值10, 最大值10000。 | 
| void | setName(String Name)Set 规则名称 | 
| void | setOffset(Long Offset)Set 偏移量 | 
| 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 DescribeDSPADiscoveryRulesRequest()
public DescribeDSPADiscoveryRulesRequest(DescribeDSPADiscoveryRulesRequest source)
public String getDspaId()
public void setDspaId(String DspaId)
DspaId - DSPA实例IDpublic Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回上限,默认值10, 最大值10000。public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId - 规则IDpublic String getName()
public void setName(String Name)
Name - 规则名称public Boolean getFilterRuleSource()
public void setFilterRuleSource(Boolean FilterRuleSource)
FilterRuleSource - 是否需要过滤别名Copyright © 2025. All rights reserved.