Class DescribeIpGeolocationInfosRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeIpGeolocationInfosRequest
-
public class DescribeIpGeolocationInfosRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeIpGeolocationInfosRequest()DescribeIpGeolocationInfosRequest(DescribeIpGeolocationInfosRequest 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 String[]getAddressIps()Get 需查询的IP地址列表,目前仅支持IPv4地址。查询的IP地址数量上限为100个。IpFieldgetFields()Get 需查询的IP地址的字段信息。voidsetAddressIps(String[] AddressIps)Set 需查询的IP地址列表,目前仅支持IPv4地址。查询的IP地址数量上限为100个。voidsetFields(IpField Fields)Set 需查询的IP地址的字段信息。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
-
DescribeIpGeolocationInfosRequest
public DescribeIpGeolocationInfosRequest()
-
DescribeIpGeolocationInfosRequest
public DescribeIpGeolocationInfosRequest(DescribeIpGeolocationInfosRequest 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
-
getAddressIps
public String[] getAddressIps()
Get 需查询的IP地址列表,目前仅支持IPv4地址。查询的IP地址数量上限为100个。- Returns:
- AddressIps 需查询的IP地址列表,目前仅支持IPv4地址。查询的IP地址数量上限为100个。
-
setAddressIps
public void setAddressIps(String[] AddressIps)
Set 需查询的IP地址列表,目前仅支持IPv4地址。查询的IP地址数量上限为100个。- Parameters:
AddressIps- 需查询的IP地址列表,目前仅支持IPv4地址。查询的IP地址数量上限为100个。
-
getFields
public IpField getFields()
Get 需查询的IP地址的字段信息。- Returns:
- Fields 需查询的IP地址的字段信息。
-
setFields
public void setFields(IpField Fields)
Set 需查询的IP地址的字段信息。- Parameters:
Fields- 需查询的IP地址的字段信息。
-
-