public class Filters extends AbstractModel
skipSign| Constructor and Description |
|---|
Filters() |
Filters(Filters 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 |
|---|---|
String |
getName()
Get 查询字段:
策略BizType
子账号SubUin
日期区间DateRange
|
String[] |
getValues()
Get 查询值
|
void |
setName(String Name)
Set 查询字段:
策略BizType
子账号SubUin
日期区间DateRange
|
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Filters()
public Filters(Filters source)
public String getName()
public void setName(String Name)
Name - 查询字段:
策略BizType
子账号SubUin
日期区间DateRangepublic String[] getValues()
public void setValues(String[] Values)
Values - 查询值Copyright © 2023. All rights reserved.