public class ScdnAclRule extends AbstractModel
Constructor and Description |
---|
ScdnAclRule() |
ScdnAclRule(ScdnAclRule 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 |
---|---|
String |
getLogiOperator()
Get 逻辑操作符,取值 exclude, include, notequal, equal, len-less, len-equal, len-more
|
String |
getMatchKey()
Get 匹配关键字, params | url | ip | referer | user-agent
|
String |
getMatchValue()
Get 匹配值
|
void |
setLogiOperator(String LogiOperator)
Set 逻辑操作符,取值 exclude, include, notequal, equal, len-less, len-equal, len-more
|
void |
setMatchKey(String MatchKey)
Set 匹配关键字, params | url | ip | referer | user-agent
|
void |
setMatchValue(String MatchValue)
Set 匹配值
|
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 ScdnAclRule()
public ScdnAclRule(ScdnAclRule source)
public String getMatchKey()
public void setMatchKey(String MatchKey)
MatchKey
- 匹配关键字, params | url | ip | referer | user-agentpublic String getLogiOperator()
public void setLogiOperator(String LogiOperator)
LogiOperator
- 逻辑操作符,取值 exclude, include, notequal, equal, len-less, len-equal, len-morepublic String getMatchValue()
public void setMatchValue(String MatchValue)
MatchValue
- 匹配值Copyright © 2021. All rights reserved.