public static class DescribeWebCCRulesV2ResponseBody.DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailCondition
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
The match content.
|
List<String> |
contentList
The match content when the match method is Equals to One of Multiple Values.
|
String |
field
The match field.
|
String |
headerName
The custom HTTP request header.
|
String |
matchMethod
The match method.
|
| 构造器和说明 |
|---|
DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailCondition() |
@NameInMap(value="Content") public String content
The match content.
example:192.0.XX.XX
@NameInMap(value="ContentList") public List<String> contentList
The match content when the match method is Equals to One of Multiple Values.
example:["2","3","ad"]
@NameInMap(value="Field") public String field
The match field.
example:ip
@NameInMap(value="HeaderName") public String headerName
The custom HTTP request header.
example:This parameter takes effect only when Field is set to header.
null
@NameInMap(value="MatchMethod") public String matchMethod
The match method.
example:belong
public DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailCondition()
public static DescribeWebCCRulesV2ResponseBody.DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailCondition build(Map<String,?> map) throws Exception
Exceptionpublic DescribeWebCCRulesV2ResponseBody.DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailCondition setContent(String content)
public String getContent()
public DescribeWebCCRulesV2ResponseBody.DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailCondition setContentList(List<String> contentList)
public DescribeWebCCRulesV2ResponseBody.DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailCondition setField(String field)
public String getField()
public DescribeWebCCRulesV2ResponseBody.DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailCondition setHeaderName(String headerName)
public String getHeaderName()
public DescribeWebCCRulesV2ResponseBody.DescribeWebCCRulesV2ResponseBodyWebCCRulesRuleDetailCondition setMatchMethod(String matchMethod)
public String getMatchMethod()
Copyright © 2026. All rights reserved.