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 逻辑操作符,取值如下
|
String |
getMatchKey()
Get 匹配关键字
|
String |
getMatchValue()
Get 匹配值。
|
void |
setLogiOperator(String LogiOperator)
Set 逻辑操作符,取值如下
|
void |
setMatchKey(String MatchKey)
Set 匹配关键字
|
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
- 匹配关键字public String getLogiOperator()
public void setLogiOperator(String LogiOperator)
LogiOperator
- 逻辑操作符,取值如下public String getMatchValue()
public void setMatchValue(String MatchValue)
MatchValue
- 匹配值。Copyright © 2022. All rights reserved.