public class CertFilter extends AbstractModel
| Constructor and Description |
|---|
CertFilter() |
CertFilter(CertFilter 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 是否启用模糊查询,仅支持过滤字段名host。
模糊查询时,Value长度最大为1。
|
String |
getName()
Get 过滤字段名,支持的列表如下:
- host:域名。
- certId: 证书ID
- certAlias: 证书备用名
- certType: default: 默认证书, upload: 上传证书, managed:腾讯云证书
|
String[] |
getValues()
Get 过滤字段值
|
void |
setFuzzy(Boolean Fuzzy)
Set 是否启用模糊查询,仅支持过滤字段名host。
模糊查询时,Value长度最大为1。
|
void |
setName(String Name)
Set 过滤字段名,支持的列表如下:
- host:域名。
- certId: 证书ID
- certAlias: 证书备用名
- certType: default: 默认证书, upload: 上传证书, managed:腾讯云证书
|
void |
setValues(String[] Values)
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 CertFilter()
public CertFilter(CertFilter source)
public String getName()
public void setName(String Name)
Name - 过滤字段名,支持的列表如下:
- host:域名。
- certId: 证书ID
- certAlias: 证书备用名
- certType: default: 默认证书, upload: 上传证书, managed:腾讯云证书public String[] getValues()
public void setValues(String[] Values)
Values - 过滤字段值public Boolean getFuzzy()
public void setFuzzy(Boolean Fuzzy)
Fuzzy - 是否启用模糊查询,仅支持过滤字段名host。
模糊查询时,Value长度最大为1。Copyright © 2022. All rights reserved.