public class AssetQueryFilter extends AbstractModel
| Constructor and Description |
|---|
AssetQueryFilter() |
AssetQueryFilter(AssetQueryFilter 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 |
|---|---|
QueryFilter[] |
getFilter()
Get 查询参数
|
Long |
getLogic()
Get 查询连接符,1 and ,2 or
|
void |
setFilter(QueryFilter[] Filter)
Set 查询参数
|
void |
setLogic(Long Logic)
Set 查询连接符,1 and ,2 or
|
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 AssetQueryFilter()
public AssetQueryFilter(AssetQueryFilter source)
public QueryFilter[] getFilter()
public void setFilter(QueryFilter[] Filter)
Filter - 查询参数public Long getLogic()
public void setLogic(Long Logic)
Logic - 查询连接符,1 and ,2 orCopyright © 2023. All rights reserved.