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 需要过滤的字段。过滤条件数量限制为10。
Name可选值:VpcId, SubnetId, ClsTopicId, ClsLogsetId, Role, CfsId, CfsMountInsId, Eip;Values 长度限制为1。
Name可选值:Status, Runtime, FunctionType, PublicNetStatus, AsyncRunEnable, TraceEnable;Values 长度限制为20。
当 Name = Runtime 时,CustomImage 表示过滤镜像类型函数。
|
String[] |
getValues()
Get 字段的过滤值。
|
void |
setName(String Name)
Set 需要过滤的字段。过滤条件数量限制为10。
Name可选值:VpcId, SubnetId, ClsTopicId, ClsLogsetId, Role, CfsId, CfsMountInsId, Eip;Values 长度限制为1。
Name可选值:Status, Runtime, FunctionType, PublicNetStatus, AsyncRunEnable, TraceEnable;Values 长度限制为20。
当 Name = Runtime 时,CustomImage 表示过滤镜像类型函数。
|
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 Filter()
public Filter(Filter source)
public String getName()
public void setName(String Name)
Name - 需要过滤的字段。过滤条件数量限制为10。
Name可选值:VpcId, SubnetId, ClsTopicId, ClsLogsetId, Role, CfsId, CfsMountInsId, Eip;Values 长度限制为1。
Name可选值:Status, Runtime, FunctionType, PublicNetStatus, AsyncRunEnable, TraceEnable;Values 长度限制为20。
当 Name = Runtime 时,CustomImage 表示过滤镜像类型函数。public String[] getValues()
public void setValues(String[] Values)
Values - 字段的过滤值。Copyright © 2021. All rights reserved.