public class DeleteBlockIgnoreRuleListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteBlockIgnoreRuleListRequest() |
DeleteBlockIgnoreRuleListRequest(DeleteBlockIgnoreRuleListRequest 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 |
---|---|
IocListData[] |
getRules()
Get 规则列表
|
Long |
getRuleType()
Get 规则类型,1封禁,2放通,不支持域名封禁
|
void |
setRules(IocListData[] Rules)
Set 规则列表
|
void |
setRuleType(Long RuleType)
Set 规则类型,1封禁,2放通,不支持域名封禁
|
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 DeleteBlockIgnoreRuleListRequest()
public DeleteBlockIgnoreRuleListRequest(DeleteBlockIgnoreRuleListRequest source)
public IocListData[] getRules()
public void setRules(IocListData[] Rules)
Rules
- 规则列表public Long getRuleType()
public void setRuleType(Long RuleType)
RuleType
- 规则类型,1封禁,2放通,不支持域名封禁Copyright © 2024. All rights reserved.