public class ScdnEventLogConditions extends AbstractModel
Constructor and Description |
---|
ScdnEventLogConditions() |
ScdnEventLogConditions(ScdnEventLogConditions 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 |
getKey()
Get 匹配关键字,ip, attack_location
|
String |
getOperator()
Get 逻辑操作符,取值 exclude, include
|
String |
getValue()
Get 匹配值,允许使用通配符(*)查询,匹配零个、单个、多个字符,例如 1.2.*
|
void |
setKey(String Key)
Set 匹配关键字,ip, attack_location
|
void |
setOperator(String Operator)
Set 逻辑操作符,取值 exclude, include
|
void |
setValue(String Value)
Set 匹配值,允许使用通配符(*)查询,匹配零个、单个、多个字符,例如 1.2.*
|
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 ScdnEventLogConditions()
public ScdnEventLogConditions(ScdnEventLogConditions source)
public String getKey()
public void setKey(String Key)
Key
- 匹配关键字,ip, attack_locationpublic String getOperator()
public void setOperator(String Operator)
Operator
- 逻辑操作符,取值 exclude, includepublic String getValue()
public void setValue(String Value)
Value
- 匹配值,允许使用通配符(*)查询,匹配零个、单个、多个字符,例如 1.2.*Copyright © 2023. All rights reserved.