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 Logical operator. | 
| String | getMatchKey()Get Keyword | 
| String | getMatchValue()Get Matched value | 
| void | setLogiOperator(String LogiOperator)Set Logical operator. | 
| void | setMatchKey(String MatchKey)Set Keyword | 
| void | setMatchValue(String MatchValue)Set Matched 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, toJsonStringpublic ScdnAclRule()
public ScdnAclRule(ScdnAclRule source)
public String getMatchKey()
public void setMatchKey(String MatchKey)
MatchKey - Keywordpublic String getLogiOperator()
public void setLogiOperator(String LogiOperator)
LogiOperator - Logical operator. Valid values:public String getMatchValue()
public void setMatchValue(String MatchValue)
MatchValue - Matched valueCopyright © 2023. All rights reserved.