public class EdgePackTaskFilter extends AbstractModel
header, skipSign| Constructor and Description |
|---|
EdgePackTaskFilter() |
EdgePackTaskFilter(EdgePackTaskFilter 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 是否启用模糊查询,仅支持过滤字段名为 apk。
模糊查询时,Value长度最大为1。
|
String |
getName()
Get 过滤字段名
apk: apk名称
status: 母包处理进度 done, failed, processing
|
String[] |
getValue()
Get 过滤字段值
|
void |
setFuzzy(Boolean Fuzzy)
Set 是否启用模糊查询,仅支持过滤字段名为 apk。
模糊查询时,Value长度最大为1。
|
void |
setName(String Name)
Set 过滤字段名
apk: apk名称
status: 母包处理进度 done, failed, processing
|
void |
setValue(String[] Value)
Set 过滤字段值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic EdgePackTaskFilter()
public EdgePackTaskFilter(EdgePackTaskFilter source)
public String getName()
public void setName(String Name)
Name - 过滤字段名
apk: apk名称
status: 母包处理进度 done, failed, processingpublic String[] getValue()
public void setValue(String[] Value)
Value - 过滤字段值public Boolean getFuzzy()
public void setFuzzy(Boolean Fuzzy)
Fuzzy - 是否启用模糊查询,仅支持过滤字段名为 apk。
模糊查询时,Value长度最大为1。Copyright © 2024. All rights reserved.