public class DescribeIgnoreBaselineRuleRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeIgnoreBaselineRuleRequest() | 
| DescribeIgnoreBaselineRuleRequest(DescribeIgnoreBaselineRuleRequest 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 | 
|---|---|
| Long | getLimit()Get Pagination parameters (The maximum quantity is 100) | 
| Long | getOffset()Get Pagination parameter | 
| String | getRuleName()Get Detection item name | 
| void | setLimit(Long Limit)Set Pagination parameters (The maximum quantity is 100) | 
| void | setOffset(Long Offset)Set Pagination parameter | 
| void | setRuleName(String RuleName)Set Detection item name | 
| 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 DescribeIgnoreBaselineRuleRequest()
public DescribeIgnoreBaselineRuleRequest(DescribeIgnoreBaselineRuleRequest source)
public Long getLimit()
public void setLimit(Long Limit)
Limit - Pagination parameters (The maximum quantity is 100)public Long getOffset()
public void setOffset(Long Offset)
Offset - Pagination parameterpublic String getRuleName()
public void setRuleName(String RuleName)
RuleName - Detection item nameCopyright © 2025. All rights reserved.