public class ScdnAclRule extends AbstractModel
Constructor and Description |
---|
ScdnAclRule() |
Modifier and Type | Method and Description |
---|---|
String |
getLogiOperator()
Get Logical operator.
|
String |
getMatchKey()
Get Match keywords.
|
String |
getMatchValue()
Get Match value
|
void |
setLogiOperator(String LogiOperator)
Set Logical operator.
|
void |
setMatchKey(String MatchKey)
Set Match keywords.
|
void |
setMatchValue(String MatchValue)
Set Match value
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getMatchKey()
public void setMatchKey(String MatchKey)
MatchKey
- Match keywords. Valid values: `params`, `url`, `ip`, `referer`, and `user-agent`.public String getLogiOperator()
public void setLogiOperator(String LogiOperator)
LogiOperator
- Logical operator. Valid values: `exclude`, `include`, `notequal`, `equal`, `len-less`, `len-equal`, and `len-more`.public String getMatchValue()
public void setMatchValue(String MatchValue)
MatchValue
- Match valueCopyright © 2021. All rights reserved.