public class DescribeIgnoreRuleEffectHostListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeIgnoreRuleEffectHostListRequest() |
DescribeIgnoreRuleEffectHostListRequest(DescribeIgnoreRuleEffectHostListRequest 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 |
---|---|
Filters[] |
getFilters()
Get Filter criteria
AliasName - String - host alias
|
Long |
getLimit()
Get Pagination parameters (The maximum quantity is 100)
|
Long |
getOffset()
Get Pagination parameter
|
Long |
getRuleId()
Get Detection Item ID
|
String[] |
getTagNames()
Get Host tag name
|
void |
setFilters(Filters[] Filters)
Set Filter criteria
AliasName - String - host alias
|
void |
setLimit(Long Limit)
Set Pagination parameters (The maximum quantity is 100)
|
void |
setOffset(Long Offset)
Set Pagination parameter
|
void |
setRuleId(Long RuleId)
Set Detection Item ID
|
void |
setTagNames(String[] TagNames)
Set Host tag name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeIgnoreRuleEffectHostListRequest()
public DescribeIgnoreRuleEffectHostListRequest(DescribeIgnoreRuleEffectHostListRequest 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 Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Detection Item IDpublic Filters[] getFilters()
public void setFilters(Filters[] Filters)
Filters
- Filter criteria
public String[] getTagNames()
public void setTagNames(String[] TagNames)
TagNames
- Host tag nameCopyright © 2024. All rights reserved.