public class NatFwFilter extends AbstractModel
| Constructor and Description |
|---|
NatFwFilter() |
NatFwFilter(NatFwFilter 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 |
getFilterContent()
Get 过滤的内容,以',' 分隔
|
String |
getFilterType()
Get 过滤的类型,例如实例id
|
void |
setFilterContent(String FilterContent)
Set 过滤的内容,以',' 分隔
|
void |
setFilterType(String FilterType)
Set 过滤的类型,例如实例id
|
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 NatFwFilter()
public NatFwFilter(NatFwFilter source)
public String getFilterType()
public void setFilterType(String FilterType)
FilterType - 过滤的类型,例如实例idpublic String getFilterContent()
public void setFilterContent(String FilterContent)
FilterContent - 过滤的内容,以',' 分隔Copyright © 2021. All rights reserved.