public static final class DescribeWebCCRulesV2ResponseBody.Condition.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeWebCCRulesV2ResponseBody.Condition |
build() |
DescribeWebCCRulesV2ResponseBody.Condition.Builder |
content(String content)
The match content.
|
DescribeWebCCRulesV2ResponseBody.Condition.Builder |
contentList(List<String> contentList)
The match content when the match method is Equals to One of Multiple Values.
|
DescribeWebCCRulesV2ResponseBody.Condition.Builder |
field(String field)
The match field.
|
DescribeWebCCRulesV2ResponseBody.Condition.Builder |
headerName(String headerName)
The custom HTTP request header.
|
DescribeWebCCRulesV2ResponseBody.Condition.Builder |
matchMethod(String matchMethod)
The match method.
|
public DescribeWebCCRulesV2ResponseBody.Condition.Builder content(String content)
The match content.
example:192.0.XX.XX
public DescribeWebCCRulesV2ResponseBody.Condition.Builder contentList(List<String> contentList)
The match content when the match method is Equals to One of Multiple Values.
example:["2","3","ad"]
public DescribeWebCCRulesV2ResponseBody.Condition.Builder field(String field)
The match field.
example:ip
public DescribeWebCCRulesV2ResponseBody.Condition.Builder headerName(String headerName)
The custom HTTP request header.
example:This parameter takes effect only when Field is set to header.
null
public DescribeWebCCRulesV2ResponseBody.Condition.Builder matchMethod(String matchMethod)
The match method.
example:belong
public DescribeWebCCRulesV2ResponseBody.Condition build()
Copyright © 2026. All rights reserved.