public class ScdnIpStrategyFilter extends AbstractModel
| Constructor and Description |
|---|
ScdnIpStrategyFilter() |
ScdnIpStrategyFilter(ScdnIpStrategyFilter 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 |
|---|---|
Boolean |
getFuzzy()
Get 是否启用模糊查询,仅支持过滤字段名为domain。
模糊查询时,Value长度最大为1
|
String |
getName()
Get 过滤字段名,支持domain, ip
|
String[] |
getValue()
Get 过滤字段值
|
void |
setFuzzy(Boolean Fuzzy)
Set 是否启用模糊查询,仅支持过滤字段名为domain。
模糊查询时,Value长度最大为1
|
void |
setName(String Name)
Set 过滤字段名,支持domain, ip
|
void |
setValue(String[] Value)
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, toJsonStringpublic ScdnIpStrategyFilter()
public ScdnIpStrategyFilter(ScdnIpStrategyFilter source)
public String getName()
public void setName(String Name)
Name - 过滤字段名,支持domain, ippublic String[] getValue()
public void setValue(String[] Value)
Value - 过滤字段值public Boolean getFuzzy()
public void setFuzzy(Boolean Fuzzy)
Fuzzy - 是否启用模糊查询,仅支持过滤字段名为domain。
模糊查询时,Value长度最大为1Copyright © 2022. All rights reserved.