public class Filter extends AbstractModel
| Constructor and Description |
|---|
Filter() |
Filter(Filter 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 过滤字段,可选值 - Zone,VpcId,InstanceName
|
String[] |
getValueList()
Get 过滤值列表
|
void |
setName(String Name)
Set 过滤字段,可选值 - Zone,VpcId,InstanceName
|
void |
setValueList(String[] ValueList)
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 Filter()
public Filter(Filter source)
public String getName()
public void setName(String Name)
Name - 过滤字段,可选值 - Zone,VpcId,InstanceNamepublic String[] getValueList()
public void setValueList(String[] ValueList)
ValueList - 过滤值列表Copyright © 2021. All rights reserved.