public class ComplianceFilters extends AbstractModel
| Constructor and Description |
|---|
ComplianceFilters() |
ComplianceFilters(ComplianceFilters 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 |
getExactMatch()
Get 是否模糊查询。默认为是。
|
String |
getName()
Get 过滤键的名称
|
String[] |
getValues()
Get 一个或者多个过滤值。
|
void |
setExactMatch(Boolean ExactMatch)
Set 是否模糊查询。默认为是。
|
void |
setName(String Name)
Set 过滤键的名称
|
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 ComplianceFilters()
public ComplianceFilters(ComplianceFilters source)
public String getName()
public void setName(String Name)
Name - 过滤键的名称public String[] getValues()
public void setValues(String[] Values)
Values - 一个或者多个过滤值。public Boolean getExactMatch()
public void setExactMatch(Boolean ExactMatch)
ExactMatch - 是否模糊查询。默认为是。Copyright © 2022. All rights reserved.