Class DescribeAddressTemplateGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeAddressTemplateGroupsRequest
-
public class DescribeAddressTemplateGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeAddressTemplateGroupsRequest()DescribeAddressTemplateGroupsRequest(DescribeAddressTemplateGroupsRequest 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 Filter[]getFilters()Get 过滤条件。 address-template-group-name - String - (过滤条件)IP地址模板集合名称。 address-template-group-id - String - (过滤条件)IP地址模板实集合例ID,例如:ipmg-mdunqeb6。StringgetLimit()Get 返回数量,默认为20,最大值为100。BooleangetNeedMemberInfo()Get 是否查询IP地址模板成员标识。StringgetOffset()Get 偏移量,默认为0。voidsetFilters(Filter[] Filters)Set 过滤条件。 address-template-group-name - String - (过滤条件)IP地址模板集合名称。 address-template-group-id - String - (过滤条件)IP地址模板实集合例ID,例如:ipmg-mdunqeb6。voidsetLimit(String Limit)Set 返回数量,默认为20,最大值为100。voidsetNeedMemberInfo(Boolean NeedMemberInfo)Set 是否查询IP地址模板成员标识。voidsetOffset(String Offset)Set 偏移量,默认为0。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
-
DescribeAddressTemplateGroupsRequest
public DescribeAddressTemplateGroupsRequest()
-
DescribeAddressTemplateGroupsRequest
public DescribeAddressTemplateGroupsRequest(DescribeAddressTemplateGroupsRequest 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
-
getFilters
public Filter[] getFilters()
Get 过滤条件。- address-template-group-name - String - (过滤条件)IP地址模板集合名称。
- address-template-group-id - String - (过滤条件)IP地址模板实集合例ID,例如:ipmg-mdunqeb6。
- Returns:
- Filters 过滤条件。
- address-template-group-name - String - (过滤条件)IP地址模板集合名称。
- address-template-group-id - String - (过滤条件)IP地址模板实集合例ID,例如:ipmg-mdunqeb6。
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件。- address-template-group-name - String - (过滤条件)IP地址模板集合名称。
- address-template-group-id - String - (过滤条件)IP地址模板实集合例ID,例如:ipmg-mdunqeb6。
- Parameters:
Filters- 过滤条件。- address-template-group-name - String - (过滤条件)IP地址模板集合名称。
- address-template-group-id - String - (过滤条件)IP地址模板实集合例ID,例如:ipmg-mdunqeb6。
-
getOffset
public String getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(String Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
getLimit
public String getLimit()
Get 返回数量,默认为20,最大值为100。- Returns:
- Limit 返回数量,默认为20,最大值为100。
-
setLimit
public void setLimit(String Limit)
Set 返回数量,默认为20,最大值为100。- Parameters:
Limit- 返回数量,默认为20,最大值为100。
-
getNeedMemberInfo
public Boolean getNeedMemberInfo()
Get 是否查询IP地址模板成员标识。- Returns:
- NeedMemberInfo 是否查询IP地址模板成员标识。
-
setNeedMemberInfo
public void setNeedMemberInfo(Boolean NeedMemberInfo)
Set 是否查询IP地址模板成员标识。- Parameters:
NeedMemberInfo- 是否查询IP地址模板成员标识。
-
-