Class DescribeNatFwInstancesInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cfw.v20190904.models.DescribeNatFwInstancesInfoRequest
-
public class DescribeNatFwInstancesInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeNatFwInstancesInfoRequest()DescribeNatFwInstancesInfoRequest(DescribeNatFwInstancesInfoRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NatFwFilter[]getFilter()Get 获取实例列表过滤字段LonggetLimit()Get 每页长度LonggetOffset()Get 第几页voidsetFilter(NatFwFilter[] Filter)Set 获取实例列表过滤字段voidsetLimit(Long Limit)Set 每页长度voidsetOffset(Long Offset)Set 第几页voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeNatFwInstancesInfoRequest
public DescribeNatFwInstancesInfoRequest()
-
DescribeNatFwInstancesInfoRequest
public DescribeNatFwInstancesInfoRequest(DescribeNatFwInstancesInfoRequest 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.
-
-
Method Detail
-
getFilter
public NatFwFilter[] getFilter()
Get 获取实例列表过滤字段- Returns:
- Filter 获取实例列表过滤字段
-
setFilter
public void setFilter(NatFwFilter[] Filter)
Set 获取实例列表过滤字段- Parameters:
Filter- 获取实例列表过滤字段
-
getOffset
public Long getOffset()
Get 第几页- Returns:
- Offset 第几页
-
setOffset
public void setOffset(Long Offset)
Set 第几页- Parameters:
Offset- 第几页
-
getLimit
public Long getLimit()
Get 每页长度- Returns:
- Limit 每页长度
-
setLimit
public void setLimit(Long Limit)
Set 每页长度- Parameters:
Limit- 每页长度
-
-