public class CCRule extends AbstractModel
| Constructor and Description | 
|---|
CCRule()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getOperator()
Get Rule condition. 
 | 
String | 
getSkey()
Get Key of the policy. 
 | 
String | 
getValue()
Get Value of the policy. 
 | 
void | 
setOperator(String Operator)
Set Rule condition. 
 | 
void | 
setSkey(String Skey)
Set Key of the policy. 
 | 
void | 
setValue(String Value)
Set Value of the policy. 
 | 
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 String getSkey()
public void setSkey(String Skey)
Skey - Key of the policy. Valid values: `host`, `cgi`, `ua`, `referer`public String getOperator()
public void setOperator(String Operator)
Operator - Rule condition. Valid values: `include`, `not_include`, `equal`public String getValue()
public void setValue(String Value)
Value - Value of the policy. Length limit: 31 bytesCopyright © 2021. All rights reserved.